CSharpSymbol.EscapedIdentifier Property

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Gets or sets a value that indicates whether the symbol has an escaped identifier.

Namespace:  System.Web.Razor.Tokenizer.Symbols
Assembly:  System.Web.Razor (in System.Web.Razor.dll)

function get EscapedIdentifier () : Nullable<boolean>
function set EscapedIdentifier (value : Nullable<boolean>)

Property Value

Type: System.Nullable(Boolean)
true if the symbol has an escaped identifier; otherwise, false.
Show: