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
Public method RazorWebSectionGroup Initializes a new instance of the RazorWebSectionGroup class.

Top

Properties

  Name Description
Public property Host Gets or sets the host value for system.web.webPages.razor section group.
Public property IsDeclarationRequired (Inherited from ConfigurationSectionGroup.)
Public property IsDeclared (Inherited from ConfigurationSectionGroup.)
Public property Name (Inherited from ConfigurationSectionGroup.)
Public property Pages Gets or sets the value of the pages element for the system.web.webPages.razor section.
Public property SectionGroupName (Inherited from ConfigurationSectionGroup.)
Public property SectionGroups (Inherited from ConfigurationSectionGroup.)
Public property Sections (Inherited from ConfigurationSectionGroup.)
Public property Type (Inherited from ConfigurationSectionGroup.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method ForceDeclaration() (Inherited from ConfigurationSectionGroup.)
Public method ForceDeclaration(Boolean) (Inherited from ConfigurationSectionGroup.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method ShouldSerializeSectionGroupInTargetVersion (Inherited from ConfigurationSectionGroup.)
Public method ToString (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member 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.

See Also

Reference

System.Web.WebPages.Razor.Configuration Namespace