VBCodeParser.OutputSpanBeforeRazorComment Method
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Spans the output before Razor comment.
Namespace: System.Web.Razor.Parser
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Protected Overrides Sub OutputSpanBeforeRazorComment
'Usage
Me.OutputSpanBeforeRazorComment()
protected override void OutputSpanBeforeRazorComment()
protected:
virtual void OutputSpanBeforeRazorComment() override
abstract OutputSpanBeforeRazorComment : unit -> unit
override OutputSpanBeforeRazorComment : unit -> unit
protected override function OutputSpanBeforeRazorComment()