HostSection Class
Provides configuration system support for the host configuration section.
Inheritance Hierarchy
System.Object
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationSection
System.Web.WebPages.Razor.Configuration.HostSection
Namespace: System.Web.WebPages.Razor.Configuration
Assembly: System.Web.WebPages.Razor (in System.Web.WebPages.Razor.dll)
Syntax
'Declaration
Public Class HostSection _
Inherits ConfigurationSection
'Usage
Dim instance As HostSection
public class HostSection : ConfigurationSection
public ref class HostSection : public ConfigurationSection
type HostSection =
class
inherit ConfigurationSection
end
public class HostSection extends ConfigurationSection
The HostSection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
HostSection | Initializes a new instance of the HostSection class. |
Top
Properties
Name | Description | |
---|---|---|
CurrentConfiguration | (Inherited from ConfigurationElement.) | |
ElementInformation | (Inherited from ConfigurationElement.) | |
ElementProperty | (Inherited from ConfigurationElement.) | |
EvaluationContext | (Inherited from ConfigurationElement.) | |
FactoryType | Gets or sets the host factory. | |
HasContext | (Inherited from ConfigurationElement.) | |
Item[ConfigurationProperty] | (Inherited from ConfigurationElement.) | |
Item[String] | (Inherited from ConfigurationElement.) | |
LockAllAttributesExcept | (Inherited from ConfigurationElement.) | |
LockAllElementsExcept | (Inherited from ConfigurationElement.) | |
LockAttributes | (Inherited from ConfigurationElement.) | |
LockElements | (Inherited from ConfigurationElement.) | |
LockItem | (Inherited from ConfigurationElement.) | |
Properties | (Inherited from ConfigurationElement.) | |
SectionInformation | (Inherited from ConfigurationSection.) |
Top
Methods
Top
Fields
Name | Description | |
---|---|---|
SectionName | Represents the name of the configuration section for a Razor host environment. |
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.