HttpHeadAttribute Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
HttpHeadAttribute() |
Crée un HttpHeadAttribute. |
HttpHeadAttribute(String) |
Crée un nouveau HttpHeadAttribute avec le modèle d’itinéraire donné. |
HttpHeadAttribute()
- Source:
- HttpHeadAttribute.cs
- Source:
- HttpHeadAttribute.cs
- Source:
- HttpHeadAttribute.cs
Crée un HttpHeadAttribute.
public:
HttpHeadAttribute();
public HttpHeadAttribute ();
Public Sub New ()
S’applique à
HttpHeadAttribute(String)
- Source:
- HttpHeadAttribute.cs
- Source:
- HttpHeadAttribute.cs
- Source:
- HttpHeadAttribute.cs
Crée un nouveau HttpHeadAttribute avec le modèle d’itinéraire donné.
public:
HttpHeadAttribute(System::String ^ template);
public HttpHeadAttribute (string template);
new Microsoft.AspNetCore.Mvc.HttpHeadAttribute : string -> Microsoft.AspNetCore.Mvc.HttpHeadAttribute
Public Sub New (template As String)
Paramètres
- template
- String
Modèle d'itinéraire. Ce paramètre ne peut pas être null.