Share via


HtmlMarkupParser.SkipToAndParseCode Method (Func<HtmlSymbol, Boolean>)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code. Skips the parse until the specified condition is meet.

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

Syntax

'Declaration
Protected Sub SkipToAndParseCode ( _
    condition As Func(Of HtmlSymbol, Boolean) _
)
'Usage
Dim condition As Func(Of HtmlSymbol, Boolean)

Me.SkipToAndParseCode(condition)
protected void SkipToAndParseCode(
    Func<HtmlSymbol, bool> condition
)
protected:
void SkipToAndParseCode(
    Func<HtmlSymbol^, bool>^ condition
)
member SkipToAndParseCode : 
        condition:Func<HtmlSymbol, bool> -> unit
protected function SkipToAndParseCode(
    condition : Func<HtmlSymbol, boolean>
)

Parameters

See Also

Reference

HtmlMarkupParser Class

SkipToAndParseCode Overload

System.Web.Razor.Parser Namespace