GeneratedClassContext Structure
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents a generated class context.
Assembly: System.Web.Razor (in System.Web.Razor.dll)
The GeneratedClassContext type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | GeneratedClassContext(String, String, 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 GeneratedClassContext class. |
![]() | GeneratedClassContext(String, String, String, String, String, 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 GeneratedClassContext class. |
![]() | GeneratedClassContext(String, String, String, String, String, String, 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 GeneratedClassContext class. |
![]() | GeneratedClassContext(String, String, String, String, String, String, String, String, 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 GeneratedClassContext class. |
| Name | Description | |
|---|---|---|
![]() | AllowSections | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value indicating whether the context allows sections. |
![]() | AllowTemplates | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value indicating whether the context allows templates. |
![]() | BeginContextMethodName | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the name of the method before the generated context. |
![]() | DefineSectionMethodName | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the name of the method that defines the section of the context. |
![]() | EndContextMethodName | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the name of the method after the generated context. |
![]() | ExecuteMethodName | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the name of the method that will be invoked on the context. |
![]() | LayoutPropertyName | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the property name for the layout. |
![]() | ResolveUrlMethodName | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the name of the method that resolves a Url for the context. |
![]() | SupportsInstrumentation | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value indicating whether the generated class supports instrumentation. |
![]() | TemplateTypeName | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the type name for the template. |
![]() | WriteAttributeMethodName | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the name of the method that writes an attribute. |
![]() | WriteAttributeToMethodName | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the name of the method where to write an attribute. |
![]() | WriteLiteralMethodName | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the name of the method where to write literal for the context. |
![]() | WriteLiteralToMethodName | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the name of the method where to write literal for the context. |
![]() | WriteMethodName | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the name of the method that will write on the context. |
![]() | WriteToMethodName | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets or sets the name of the method that will write on the context. |
| 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 ValueType.Equals(Object).) |
![]() | GetHashCode | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns the hash code for this current instance. (Overrides ValueType.GetHashCode().) |
![]() | GetType | (Inherited from Object.) |
![]() | ToString | (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() | Equality | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the two GeneratedClassContext object are equal. |
![]() ![]() | Inequality | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the two GeneratedClassContext object are not equal. |
| Name | Description | |
|---|---|---|
![]() ![]() | Default | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Defines the default generated context. |
![]() ![]() | DefaultExecuteMethodName | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Defines the default name of the execute method. |
![]() ![]() | DefaultLayoutPropertyName | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Defines the default name of the layout property. |
![]() ![]() | DefaultWriteAttributeMethodName | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Defines the default name of the write attribute method. |
![]() ![]() | DefaultWriteAttributeToMethodName | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Defines the default name of the write to attribute to method. |
![]() ![]() | DefaultWriteLiteralMethodName | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Specifies the default name of the write literal method. |
![]() ![]() | DefaultWriteMethodName | This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Specifies the default name of the write method. |
Show:
