ParserBase.ParseBlockWithOtherParser Method (SpanFactory)

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

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

Syntax

'Declaration
Protected Sub ParseBlockWithOtherParser ( _
    previousSpanFactory As SpanFactory _
)
'Usage
Dim previousSpanFactory As SpanFactory

Me.ParseBlockWithOtherParser(previousSpanFactory)
protected void ParseBlockWithOtherParser(
    SpanFactory previousSpanFactory
)
protected:
void ParseBlockWithOtherParser(
    SpanFactory^ previousSpanFactory
)
protected function ParseBlockWithOtherParser(
    previousSpanFactory : SpanFactory
)

Parameters

Permissions

  • Medium trust for the immediate caller. This member can be used by partially trusted code.

See Also

Reference

ParserBase Class

ParseBlockWithOtherParser Overload

System.Web.Razor.Parser Namespace