RazorPagesSection Class
Provides configuration system support for the pages configuration section.
Inheritance Hierarchy
System.Object
System.Configuration.ConfigurationElement
System.Configuration.ConfigurationSection
System.Web.WebPages.Razor.Configuration.RazorPagesSection
Namespace: System.Web.WebPages.Razor.Configuration
Assembly: System.Web.WebPages.Razor (in System.Web.WebPages.Razor.dll)
Syntax
'Declaration
Public Class RazorPagesSection _
Inherits ConfigurationSection
'Usage
Dim instance As RazorPagesSection
public class RazorPagesSection : ConfigurationSection
public ref class RazorPagesSection : public ConfigurationSection
type RazorPagesSection =
class
inherit ConfigurationSection
end
public class RazorPagesSection extends ConfigurationSection
The RazorPagesSection type exposes the following members.
Constructors
Name | Description | |
---|---|---|
RazorPagesSection | Initializes a new instance of the RazorPagesSection class. |
Top
Properties
Name | Description | |
---|---|---|
CurrentConfiguration | (Inherited from ConfigurationElement.) | |
ElementInformation | (Inherited from ConfigurationElement.) | |
ElementProperty | (Inherited from ConfigurationElement.) | |
EvaluationContext | (Inherited from ConfigurationElement.) | |
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.) | |
Namespaces | Gets or sets the collection of namespaces to add to Web Pages pages in the current application. | |
PageBaseType | Gets or sets the name of the page base type class. | |
Properties | (Inherited from ConfigurationElement.) | |
SectionInformation | (Inherited from ConfigurationSection.) |
Top
Methods
Top
Fields
Name | Description | |
---|---|---|
SectionName | Represents the name of the configuration section for Razor pages. |
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.