HttpOptionsAttribute Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
HttpOptionsAttribute() |
Erstellt einen neuen HttpOptionsAttribute. |
HttpOptionsAttribute(String) |
Erstellt eine neue HttpOptionsAttribute mit der angegebenen Routenvorlage. |
HttpOptionsAttribute()
- Quelle:
- HttpOptionsAttribute.cs
- Quelle:
- HttpOptionsAttribute.cs
- Quelle:
- HttpOptionsAttribute.cs
Erstellt einen neuen HttpOptionsAttribute.
public:
HttpOptionsAttribute();
public HttpOptionsAttribute ();
Public Sub New ()
Gilt für:
HttpOptionsAttribute(String)
- Quelle:
- HttpOptionsAttribute.cs
- Quelle:
- HttpOptionsAttribute.cs
- Quelle:
- HttpOptionsAttribute.cs
Erstellt eine neue HttpOptionsAttribute mit der angegebenen Routenvorlage.
public:
HttpOptionsAttribute(System::String ^ template);
public HttpOptionsAttribute (string template);
new Microsoft.AspNetCore.Mvc.HttpOptionsAttribute : string -> Microsoft.AspNetCore.Mvc.HttpOptionsAttribute
Public Sub New (template As String)
Parameter
- template
- String
Die Routenvorlage. Darf nicht NULL sein.