SystemWebSectionGroup 클래스

정의

사용자가 구성 파일의 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

예제

다음 코드 예제에서는 가져오는 방법을 보여 줍니다는 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

anonymousIdentification 섹션을 가져옵니다.

Authentication

authentication 섹션을 가져옵니다.

Authorization

authorization 섹션을 가져옵니다.

BrowserCaps

browserCaps 섹션을 가져옵니다.

ClientTarget

clientTarget 섹션을 가져옵니다.

Compilation

compilation 섹션을 가져옵니다.

CustomErrors

customErrors 섹션을 가져옵니다.

Deployment

deployment 섹션을 가져옵니다.

DeviceFilters

deviceFilters 섹션을 가져옵니다.

FullTrustAssemblies

구성 파일의 FullTrustAssemblies 섹션을 가져옵니다.

Globalization

globalization 섹션을 가져옵니다.

HealthMonitoring

healthMonitoring 섹션을 가져옵니다.

HostingEnvironment

hostingEnvironment 섹션을 가져옵니다.

HttpCookies

httpCookies 섹션을 가져옵니다.

HttpHandlers

httpHandlers 섹션을 가져옵니다.

HttpModules

httpModules 섹션을 가져옵니다.

HttpRuntime

httpRuntime 섹션을 가져옵니다.

Identity

identity 섹션을 가져옵니다.

IsDeclarationRequired

ConfigurationSectionGroup 개체 선언이 필요한지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 ConfigurationSectionGroup)
IsDeclared

ConfigurationSectionGroup 개체가 선언되었는지 여부를 나타내는 값을 가져옵니다.

(다음에서 상속됨 ConfigurationSectionGroup)
MachineKey

machineKey 섹션을 가져옵니다.

Membership

membership 섹션을 가져옵니다.

MobileControls
사용되지 않습니다.

mobileControls 섹션을 가져옵니다.

Name

ConfigurationSectionGroup 개체의 이름 속성을 가져옵니다.

(다음에서 상속됨 ConfigurationSectionGroup)
Pages

pages 섹션을 가져옵니다.

PartialTrustVisibleAssemblies

구성 파일의 PartialTrustVisibleAssemblies 섹션을 가져옵니다.

ProcessModel

processModel 섹션을 가져옵니다.

Profile

profile 섹션을 가져옵니다.

Protocols

protocols 섹션을 가져옵니다.

RoleManager

roleManager 섹션을 가져옵니다.

SectionGroupName

ConfigurationSectionGroup과 연결된 섹션 그룹 이름을 가져옵니다.

(다음에서 상속됨 ConfigurationSectionGroup)
SectionGroups

ConfigurationSectionGroupCollection 개체의 자식인 ConfigurationSectionGroup 개체를 모두 포함하는 ConfigurationSectionGroup 개체를 가져옵니다.

(다음에서 상속됨 ConfigurationSectionGroup)
Sections

ConfigurationSectionCollection 개체 내에 모든 ConfigurationSection 개체를 포함하는 ConfigurationSectionGroup 개체를 가져옵니다.

(다음에서 상속됨 ConfigurationSectionGroup)
SecurityPolicy

securityPolicy 섹션을 가져옵니다.

SessionState

sessionState 섹션을 가져옵니다.

SiteMap

siteMap 섹션을 가져옵니다.

Trace

trace 섹션을 가져옵니다.

Trust

trust 섹션을 가져옵니다.

Type

ConfigurationSectionGroup 개체의 형식을 가져오거나 설정합니다.

(다음에서 상속됨 ConfigurationSectionGroup)
UrlMappings

urlMappings 섹션을 가져옵니다.

WebControls

webControls 섹션을 가져옵니다.

WebParts

webParts 섹션을 가져옵니다.

WebServices

webServices 섹션을 가져옵니다.

XhtmlConformance

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)

적용 대상