SystemWebSectionGroup Members
.NET Framework 2.0
Allows the user to programmatically access the system.web group of the configuration file. This class cannot be inherited.
The following tables list the members exposed by the SystemWebSectionGroup type.
| Name | Description | |
|---|---|---|
| AnonymousIdentification | Gets the anonymousIdentification section. |
| Authentication | Gets the authentication section. |
| Authorization | Gets the authorization section. |
| BrowserCaps | Gets the browserCaps section. |
| ClientTarget | Gets the clientTarget section. |
| Compilation | Gets the compilation section. |
| CustomErrors | Gets the customErrors section. |
| Deployment | Gets the deployment section. |
| DeviceFilters | Gets the deviceFilters section. |
| Globalization | Gets the globalization section. |
| HealthMonitoring | Gets the healthMonitoring section. |
| HostingEnvironment | Gets the hostingEnvironment section. |
| HttpCookies | Gets the httpCookies section. |
| HttpHandlers | Gets the httpHandlers section. |
| HttpModules | Gets the httpModules section. |
| HttpRuntime | Gets the httpRuntime section. |
| Identity | Gets the identity section. |
| IsDeclarationRequired | Gets a value that indicates whether this ConfigurationSectionGroup object declaration is required. (inherited from ConfigurationSectionGroup) |
| IsDeclared | Gets a value that indicates whether this ConfigurationSectionGroup object is declared.(inherited from ConfigurationSectionGroup) |
| MachineKey | Gets the machineKey section. |
| Membership | Gets the membership section. |
| MobileControls | Gets the mobileControls section. |
| Name | Gets the name property of this ConfigurationSectionGroup object.(inherited from ConfigurationSectionGroup) |
| Pages | Gets the pages section. |
| ProcessModel | Gets the processModel section. |
| Profile | Gets the profile section. |
| Protocols | Gets the protocols section. |
| RoleManager | Gets the roleManager section. |
| SectionGroupName | Gets the section group name associated with this ConfigurationSectionGroup.(inherited from ConfigurationSectionGroup) |
| SectionGroups | Gets a ConfigurationSectionGroup object that contains all the ConfigurationSectionGroup objects that are children of this ConfigurationSectionGroup object.(inherited from ConfigurationSectionGroup) |
| Sections | Gets a ConfigurationSectionCollection object that contains all of ConfigurationSection objects within this ConfigurationSectionGroup object.(inherited from ConfigurationSectionGroup) |
| SecurityPolicy | Gets the securityPolicy section. |
| SessionState | Gets the sessionState section. |
| SiteMap | Gets the siteMap section. |
| Trace | Gets the trace section. |
| Trust | Gets the trust section. |
| Type | Gets or sets the type for this ConfigurationSectionGroup object.(inherited from ConfigurationSectionGroup) |
| UrlMappings | Gets the urlMappings section. |
| WebControls | Gets the webControls section. |
| WebParts | Gets the webParts section. |
| WebServices | Gets the webServices section. |
| XhtmlConformance | Gets the xhtmlConformance section. |
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| ForceDeclaration | Overloaded. Forces the declaration for this ConfigurationSectionGroup object. (inherited from ConfigurationSectionGroup) |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Reference
SystemWebSectionGroup ClassSystem.Web.Configuration Namespace