SetLayoutCodeGenerator 类

定义

此类型/成员支持.NET Framework基础结构,不应直接从代码中使用。表示为 Web Razor 设置布局的代码生成器。

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

构造函数

SetLayoutCodeGenerator(String)

此类型/成员支持.NET Framework基础结构,不应直接从代码中使用。初始化 类的新实例SetLayoutCodeGenerator

属性

LayoutPath

此类型/成员支持.NET Framework基础结构,不应直接从代码中使用。获取或设置布局代码的路径。

方法

Equals(Object)

此类型/成员支持.NET Framework基础结构,不应直接从代码中使用。确定指定的 对象是否等于当前 对象。

GenerateCode(Span, CodeGeneratorContext)

此类型/成员支持.NET Framework基础结构,不应直接从代码中使用。生成布局代码。

GetHashCode()

此类型/成员支持.NET Framework基础结构,不应直接从代码中使用。检索此当前实例的哈希代码。

ToString()

此类型/成员支持.NET Framework基础结构,不应直接从代码中使用。返回此当前实例的字符串表示形式。

适用于