CSharpTagHelperCodeRenderer.TryGetPlainTextValue(Chunk, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static bool TryGetPlainTextValue(Microsoft::AspNetCore::Razor::Chunks::Chunk ^ chunk, [Runtime::InteropServices::Out] System::String ^ % plainText);
public static bool TryGetPlainTextValue (Microsoft.AspNetCore.Razor.Chunks.Chunk chunk, out string plainText);
static member TryGetPlainTextValue : Microsoft.AspNetCore.Razor.Chunks.Chunk * string -> bool
Public Shared Function TryGetPlainTextValue (chunk As Chunk, ByRef plainText As String) As Boolean
Parameters
- chunk
- Chunk
- plainText
- String