Compartir a través de


HttpRuntimeSection Constructor

Definición

Inicializa una nueva instancia de la clase HttpRuntimeSection usando la configuración predeterminada.

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

Ejemplos

En el ejemplo siguiente se muestra cómo crear un 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)

Se aplica a

Consulte también