SystemWebSectionGroup 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
사용자가 구성 파일의 system.web
그룹에 프로그래밍 방식으로 액세스할 수 있게 합니다. 이 클래스는 상속될 수 없습니다.
public ref class SystemWebSectionGroup sealed : System::Configuration::ConfigurationSectionGroup
public sealed class SystemWebSectionGroup : System.Configuration.ConfigurationSectionGroup
type SystemWebSectionGroup = class
inherit ConfigurationSectionGroup
Public NotInheritable Class SystemWebSectionGroup
Inherits ConfigurationSectionGroup
- 상속
예제
다음 코드 예제에서는 가져오는 방법을 보여 줍니다는 SystemWebSectionGroup 기존 웹 애플리케이션을 사용 하 여 연결 된 구성 파일에서 개체입니다. 이 개체를 사용 하 여에 포함 된 섹션에 액세스할 수는 system.web
그룹입니다.
// Get the Web application configuration.
System.Configuration.Configuration configuration =
WebConfigurationManager.OpenWebConfiguration(
"/aspnetTest");
// Get the <system.web> group.
SystemWebSectionGroup systemWeb =
(SystemWebSectionGroup)configuration.GetSectionGroup("system.web");
' Get the Web application configuration.
Dim configuration As System.Configuration.Configuration = _
WebConfigurationManager.OpenWebConfiguration( _
"/aspnetTest")
' Get the <system.web> group.
Dim systemWeb As SystemWebSectionGroup = _
CType(configuration.GetSectionGroup( _
"system.web"), SystemWebSectionGroup)
설명
클래스는 SystemWebSectionGroup 구성 파일 내의 system.web
그룹을 참조합니다. 이 형식을 사용하여 이 그룹에 포함된 섹션에 액세스할 수 있습니다.
생성자
SystemWebSectionGroup() |
SystemWebSectionGroup의 새 인스턴스를 만듭니다. |
속성
AnonymousIdentification |
|
Authentication |
|
Authorization |
|
BrowserCaps |
|
ClientTarget |
|
Compilation |
|
CustomErrors |
|
Deployment |
|
DeviceFilters |
|
FullTrustAssemblies |
구성 파일의 |
Globalization |
|
HealthMonitoring |
|
HostingEnvironment |
|
HttpCookies |
|
HttpHandlers |
|
HttpModules |
|
HttpRuntime |
|
Identity |
|
IsDeclarationRequired |
이 ConfigurationSectionGroup 개체 선언이 필요한지 여부를 나타내는 값을 가져옵니다. (다음에서 상속됨 ConfigurationSectionGroup) |
IsDeclared |
이 ConfigurationSectionGroup 개체가 선언되었는지 여부를 나타내는 값을 가져옵니다. (다음에서 상속됨 ConfigurationSectionGroup) |
MachineKey |
|
Membership |
|
MobileControls |
사용되지 않습니다.
|
Name |
이 ConfigurationSectionGroup 개체의 이름 속성을 가져옵니다. (다음에서 상속됨 ConfigurationSectionGroup) |
Pages |
|
PartialTrustVisibleAssemblies |
구성 파일의 |
ProcessModel |
|
Profile |
|
Protocols |
|
RoleManager |
|
SectionGroupName |
이 ConfigurationSectionGroup과 연결된 섹션 그룹 이름을 가져옵니다. (다음에서 상속됨 ConfigurationSectionGroup) |
SectionGroups |
이 ConfigurationSectionGroupCollection 개체의 자식인 ConfigurationSectionGroup 개체를 모두 포함하는 ConfigurationSectionGroup 개체를 가져옵니다. (다음에서 상속됨 ConfigurationSectionGroup) |
Sections |
이 ConfigurationSectionCollection 개체 내에 모든 ConfigurationSection 개체를 포함하는 ConfigurationSectionGroup 개체를 가져옵니다. (다음에서 상속됨 ConfigurationSectionGroup) |
SecurityPolicy |
|
SessionState |
|
SiteMap |
|
Trace |
|
Trust |
|
Type |
이 ConfigurationSectionGroup 개체의 형식을 가져오거나 설정합니다. (다음에서 상속됨 ConfigurationSectionGroup) |
UrlMappings |
|
WebControls |
|
WebParts |
|
WebServices |
|
XhtmlConformance |
|
메서드
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다. (다음에서 상속됨 Object) |
ForceDeclaration() |
이 ConfigurationSectionGroup 개체를 강제로 선언합니다. (다음에서 상속됨 ConfigurationSectionGroup) |
ForceDeclaration(Boolean) |
이 ConfigurationSectionGroup 개체를 강제로 선언합니다. (다음에서 상속됨 ConfigurationSectionGroup) |
GetHashCode() |
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
ShouldSerializeSectionGroupInTargetVersion(FrameworkName) |
구성 개체 계층이 .NET Framework 지정된 대상 버전에 대해 serialize될 때 현재 ConfigurationSectionGroup 인스턴스를 serialize해야 하는지 여부를 나타냅니다. (다음에서 상속됨 ConfigurationSectionGroup) |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |