SetLayoutCodeGenerator Class
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents a code generator that sets layout for the web Razor.
Inheritance Hierarchy
System.Object
System.Web.Razor.Generator.SpanCodeGenerator
System.Web.Razor.Generator.SetLayoutCodeGenerator
Namespace: System.Web.Razor.Generator
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
Public Class SetLayoutCodeGenerator _
Inherits SpanCodeGenerator
'Usage
Dim instance As SetLayoutCodeGenerator
public class SetLayoutCodeGenerator : SpanCodeGenerator
public ref class SetLayoutCodeGenerator : public SpanCodeGenerator
type SetLayoutCodeGenerator =
class
inherit SpanCodeGenerator
end
public class SetLayoutCodeGenerator extends SpanCodeGenerator
The SetLayoutCodeGenerator type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SetLayoutCodeGenerator | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the SetLayoutCodeGenerator class. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
LayoutPath | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the path of the layout code. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified object is equal to the current object. (Overrides SpanCodeGenerator.Equals(Object).) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GenerateCode | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates a layout code. (Overrides SpanCodeGenerator.GenerateCode(Span, CodeGeneratorContext).) |
![]() |
GetHashCode | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Retrieves a hash code for this current instance. (Overrides SpanCodeGenerator.GetHashCode().) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns a string representation of this current instance. (Overrides Object.ToString().) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.