Share via


HtmlTokenizer.StartState Property

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the start of the state machine for the html.

protected override System.Web.Razor.StateMachine<System.Web.Razor.Tokenizer.Symbols.HtmlSymbol>.State StartState { get; }
member this.StartState : System.Web.Razor.StateMachine<System.Web.Razor.Tokenizer.Symbols.HtmlSymbol>.State
Protected Overrides ReadOnly Property StartState As StateMachine(Of HtmlSymbol).State

Property Value

System.Web.Razor.StateMachine<System.Web.Razor.Tokenizer.Symbols.HtmlSymbol>.State

The start of the state machine for the html.

Applies to