Tokenizer<TSymbol,TSymbolType>.RazorCommentBody Method

Definition

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

protected System.Web.Razor.StateMachine<TSymbol>.StateResult RazorCommentBody ();
member this.RazorCommentBody : unit -> System.Web.Razor.StateMachine<'Symbol (requires 'Symbol :> System.Web.Razor.Tokenizer.Symbols.SymbolBase<'SymbolType>)>.StateResult
Protected Function RazorCommentBody () As StateMachine(Of TSymbol).StateResult

Returns

System.Web.Razor.StateMachine.StateResult

The object that represent the state of the result.

Applies to