HttpRuntimeSection Конструктор

Определение

Инициализирует новый экземпляр класса HttpRuntimeSection значениями по умолчанию.

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

Примеры

В следующем примере показано, как создать HttpRuntimeSection объект.

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

Применяется к

См. также раздел