Udostępnij za pośrednictwem


HttpOptionsAttribute Konstruktory

Definicja

Przeciążenia

HttpOptionsAttribute()

Tworzy nowy adres HttpOptionsAttribute.

HttpOptionsAttribute(String)

Tworzy nowy HttpOptionsAttribute przy użyciu danego szablonu trasy.

HttpOptionsAttribute()

Źródło:
HttpOptionsAttribute.cs
Źródło:
HttpOptionsAttribute.cs
Źródło:
HttpOptionsAttribute.cs

Tworzy nowy adres HttpOptionsAttribute.

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

Dotyczy

HttpOptionsAttribute(String)

Źródło:
HttpOptionsAttribute.cs
Źródło:
HttpOptionsAttribute.cs
Źródło:
HttpOptionsAttribute.cs

Tworzy nowy HttpOptionsAttribute przy użyciu danego szablonu trasy.

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)

Parametry

template
String

Szablon trasy. Nie może być zerowy.

Dotyczy