Partager via


HttpRuntimeSection Constructeur

Définition

Initialise une nouvelle instance de la classe HttpRuntimeSection en utilisant les paramètres par défaut.

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

Exemples

L’exemple suivant montre comment créer un HttpRuntimeSection objet.

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

S’applique à

Voir aussi