Share via


CSharpCodeParser.LayoutDirective Method

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

Indicates the layout directive.

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

Syntax

'Declaration
Protected Overridable Sub LayoutDirective
'Usage
Me.LayoutDirective()
protected virtual void LayoutDirective()
protected:
virtual void LayoutDirective()
abstract LayoutDirective : unit -> unit  
override LayoutDirective : unit -> unit
protected function LayoutDirective()

See Also

Reference

CSharpCodeParser Class

System.Web.Razor.Parser Namespace