RazorWebSectionGroup Class
Provides configuration system support for the system.web.webPages.razor configuration section.
Inheritance Hierarchy
System.Object
System.Configuration.ConfigurationSectionGroup
System.Web.WebPages.Razor.Configuration.RazorWebSectionGroup
Namespace: System.Web.WebPages.Razor.Configuration
Assembly: System.Web.WebPages.Razor (in System.Web.WebPages.Razor.dll)
Syntax
'Declaration
Public Class RazorWebSectionGroup _
Inherits ConfigurationSectionGroup
'Usage
Dim instance As RazorWebSectionGroup
public class RazorWebSectionGroup : ConfigurationSectionGroup
public ref class RazorWebSectionGroup : public ConfigurationSectionGroup
type RazorWebSectionGroup =
class
inherit ConfigurationSectionGroup
end
public class RazorWebSectionGroup extends ConfigurationSectionGroup
The RazorWebSectionGroup type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RazorWebSectionGroup | Initializes a new instance of the RazorWebSectionGroup class. |
Top
Properties
Name | Description | |
---|---|---|
Host | Gets or sets the host value for system.web.webPages.razor section group. | |
IsDeclarationRequired | (Inherited from ConfigurationSectionGroup.) | |
IsDeclared | (Inherited from ConfigurationSectionGroup.) | |
Name | (Inherited from ConfigurationSectionGroup.) | |
Pages | Gets or sets the value of the pages element for the system.web.webPages.razor section. | |
SectionGroupName | (Inherited from ConfigurationSectionGroup.) | |
SectionGroups | (Inherited from ConfigurationSectionGroup.) | |
Sections | (Inherited from ConfigurationSectionGroup.) | |
Type | (Inherited from ConfigurationSectionGroup.) |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
ForceDeclaration() | (Inherited from ConfigurationSectionGroup.) | |
ForceDeclaration(Boolean) | (Inherited from ConfigurationSectionGroup.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ShouldSerializeSectionGroupInTargetVersion | (Inherited from ConfigurationSectionGroup.) | |
ToString | (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
GroupName | Represents the name of the configuration section for Razor Web section. Contains the static, read-only string "system.web.webPages.razor". |
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.