Tokenizer<TSymbol, TSymbolType>.RazorCommentType Property
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets the type of razor comment.
Namespace: System.Web.Razor.Tokenizer
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property RazorCommentType As TSymbolType
Get
'Usage
Dim instance As Tokenizer
Dim value As TSymbolType
value = instance.RazorCommentType
public abstract TSymbolType RazorCommentType { get; }
public:
virtual property TSymbolType RazorCommentType {
TSymbolType get () abstract;
}
abstract RazorCommentType : 'TSymbolType
abstract function get RazorCommentType () : TSymbolType
Property Value
Type: TSymbolType
The type of razor comment.