Compartilhar via


HttpRuntimeSection Construtor

Definição

Inicializa uma nova instância da classe HttpRuntimeSection usando as configurações padrão.

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

Exemplos

O exemplo a seguir mostra como criar um HttpRuntimeSection objeto.

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

Aplica-se a

Confira também