Share via


Tokenizer<TSymbol, TSymbolType>.RazorCommentBody Method

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

Parses the Razor comment body.

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

Syntax

'Declaration
Protected Function RazorCommentBody As StateMachine<TReturn>.StateResult
'Usage
Dim returnValue As StateMachine<TReturn>.StateResult 

returnValue = Me.RazorCommentBody()
protected StateMachine<TReturn>.StateResult RazorCommentBody()
protected:
StateMachine<TReturn>.StateResult^ RazorCommentBody()
member RazorCommentBody : unit -> StateMachine<TReturn>.StateResult
protected function RazorCommentBody() : StateMachine<TReturn>.StateResult

Return Value

Type: System.Web.Razor.StateMachine<TReturn>.StateResult
The object that represent the state of the result.

See Also

Reference

Tokenizer<TSymbol, TSymbolType> Class

System.Web.Razor.Tokenizer Namespace