Aracılığıyla paylaş


HttpRuntimeSection Oluşturucu

Tanım

Varsayılan ayarları kullanarak sınıfın HttpRuntimeSection yeni bir örneğini başlatır.

public:
 HttpRuntimeSection();
public HttpRuntimeSection ();
Public Sub New ()

Örnekler

Aşağıdaki örnekte bir HttpRuntimeSection nesnenin nasıl oluşturulacağı gösterilmektedir.

// Get the section related object.
HttpRuntimeSection configSection =
  (HttpRuntimeSection)config.GetSection("system.web/httpRuntime");
' Get the section related object.
Dim configSection As System.Web.Configuration.HttpRuntimeSection = _
 CType(config.GetSection("system.web/httpRuntime"), _
 System.Web.Configuration.HttpRuntimeSection)

Şunlara uygulanır

Ayrıca bkz.