Freigeben über


HttpRuntimeSection Konstruktor

Definition

Initialisiert eine neue Instanz der HttpRuntimeSection-Klasse mit Standardeinstellungen.

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

Beispiele

Das folgende Beispiel zeigt, wie Sie ein HttpRuntimeSection Objekt erstellen.

// 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)

Gilt für

Siehe auch