SystemWebSectionGroup Sınıf
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Kullanıcının yapılandırma dosyasının grubuna system.web
program aracılığıyla erişmesine izin verir. Bu sınıf devralınamaz.
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
- Devralma
Örnekler
Aşağıdaki kod örneği, nesnenin SystemWebSectionGroup var olan bir Web uygulamasıyla ilişkili yapılandırma dosyasından nasıl alınacaklarını gösterir. Gruptaki system.web
bölümlere erişmek için bu nesneyi kullanabilirsiniz.
// 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)
Açıklamalar
sınıfı, SystemWebSectionGroup bir yapılandırma dosyası içindeki gruba başvurur system.web
. Bu grupta yer alan bölümlerden herhangi birine erişmek için bu türü kullanabilirsiniz.
Oluşturucular
SystemWebSectionGroup() |
SystemWebSectionGroup öğesinin yeni bir örneğini oluşturur. |
Özellikler
AnonymousIdentification |
|
Authentication |
|
Authorization |
|
BrowserCaps |
|
ClientTarget |
|
Compilation |
|
CustomErrors |
|
Deployment |
|
DeviceFilters |
|
FullTrustAssemblies |
|
Globalization |
|
HealthMonitoring |
|
HostingEnvironment |
|
HttpCookies |
|
HttpHandlers |
|
HttpModules |
|
HttpRuntime |
|
Identity |
|
IsDeclarationRequired |
Bu ConfigurationSectionGroup nesne bildiriminin gerekli olup olmadığını gösteren bir değer alır. (Devralındığı yer: ConfigurationSectionGroup) |
IsDeclared |
Bu ConfigurationSectionGroup nesnenin bildirilip bildirildiğini belirten bir değer alır. (Devralındığı yer: ConfigurationSectionGroup) |
MachineKey |
|
Membership |
|
MobileControls |
Kullanımdan kalktı.
|
Name |
Bu ConfigurationSectionGroup nesnenin name özelliğini alır. (Devralındığı yer: ConfigurationSectionGroup) |
Pages |
|
PartialTrustVisibleAssemblies |
|
ProcessModel |
|
Profile |
|
Protocols |
|
RoleManager |
|
SectionGroupName |
Bu ConfigurationSectionGroupile ilişkili bölüm grubu adını alır. (Devralındığı yer: ConfigurationSectionGroup) |
SectionGroups |
Bu ConfigurationSectionGroup nesnenin alt öğesi ConfigurationSectionGroup olan tüm nesneleri içeren bir ConfigurationSectionGroupCollection nesnesi alır. (Devralındığı yer: ConfigurationSectionGroup) |
Sections |
Bu ConfigurationSectionGroup nesne içindeki tüm ConfigurationSection nesneleri içeren bir ConfigurationSectionCollection nesnesi alır. (Devralındığı yer: ConfigurationSectionGroup) |
SecurityPolicy |
|
SessionState |
|
SiteMap |
|
Trace |
|
Trust |
|
Type |
Bu ConfigurationSectionGroup nesnenin türünü alır veya ayarlar. (Devralındığı yer: ConfigurationSectionGroup) |
UrlMappings |
|
WebControls |
|
WebParts |
|
WebServices |
|
XhtmlConformance |
|
Yöntemler
Equals(Object) |
Belirtilen nesnenin geçerli nesneye eşit olup olmadığını belirler. (Devralındığı yer: Object) |
ForceDeclaration() |
Bu ConfigurationSectionGroup nesnenin bildirimini zorlar. (Devralındığı yer: ConfigurationSectionGroup) |
ForceDeclaration(Boolean) |
Bu ConfigurationSectionGroup nesnenin bildirimini zorlar. (Devralındığı yer: ConfigurationSectionGroup) |
GetHashCode() |
Varsayılan karma işlevi işlevi görür. (Devralındığı yer: Object) |
GetType() |
Type Geçerli örneğini alır. (Devralındığı yer: Object) |
MemberwiseClone() |
Geçerli Objectöğesinin sığ bir kopyasını oluşturur. (Devralındığı yer: Object) |
ShouldSerializeSectionGroupInTargetVersion(FrameworkName) |
Yapılandırma nesnesi hiyerarşisi .NET Framework belirtilen hedef sürümü için seri hale getirildiğinde geçerli ConfigurationSectionGroup örneğin seri hale getirilip getirilmeyeceğini gösterir. (Devralındığı yer: ConfigurationSectionGroup) |
ToString() |
Geçerli nesneyi temsil eden dizeyi döndürür. (Devralındığı yer: Object) |