SetLayoutCodeGenerator Class

Definition

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.

public class SetLayoutCodeGenerator : System.Web.Razor.Generator.SpanCodeGenerator
type SetLayoutCodeGenerator = class
    inherit SpanCodeGenerator
Public Class SetLayoutCodeGenerator
Inherits SpanCodeGenerator
Inheritance
SetLayoutCodeGenerator

Constructors

SetLayoutCodeGenerator(String)

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.

Properties

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.

Methods

Equals(Object)

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.

GenerateCode(Span, CodeGeneratorContext)

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

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.

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.

Applies to