RazorWebSectionGroup Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides configuration system support for the system.web.webPages.razor configuration section.
public class RazorWebSectionGroup : System.Configuration.ConfigurationSectionGroup
type RazorWebSectionGroup = class
inherit ConfigurationSectionGroup
Public Class RazorWebSectionGroup
Inherits ConfigurationSectionGroup
- Inheritance
-
RazorWebSectionGroup
Constructors
| Name | Description |
|---|---|
| RazorWebSectionGroup() |
Initializes a new instance of the RazorWebSectionGroup class. |
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". |
Properties
| Name | Description |
|---|---|
| Host |
Gets or sets the host value for system.web.webPages.razor section group. |
| Pages |
Gets or sets the value of the pages element for the system.web.webPages.razor section. |