Freigeben über


HttpOptionsAttribute Konstruktoren

Definition

Ü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.

Gilt für: