Udostępnij za pośrednictwem


HttpRuntimeSection Konstruktor

Definicja

Inicjuje HttpRuntimeSection nowe wystąpienie klasy przy użyciu ustawień domyślnych.

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

Przykłady

W poniższym przykładzie pokazano, jak utworzyć HttpRuntimeSection obiekt.

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

Dotyczy

Zobacz też