Bagikan melalui


HttpOptionsAttribute Konstruktor

Definisi

Overload

HttpOptionsAttribute()

Membuat baru HttpOptionsAttribute.

HttpOptionsAttribute(String)

Membuat baru HttpOptionsAttribute dengan templat rute yang diberikan.

HttpOptionsAttribute()

Sumber:
HttpOptionsAttribute.cs
Sumber:
HttpOptionsAttribute.cs
Sumber:
HttpOptionsAttribute.cs

Membuat baru HttpOptionsAttribute.

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

Berlaku untuk

HttpOptionsAttribute(String)

Sumber:
HttpOptionsAttribute.cs
Sumber:
HttpOptionsAttribute.cs
Sumber:
HttpOptionsAttribute.cs

Membuat baru HttpOptionsAttribute dengan templat rute yang diberikan.

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

Templat rute. Mungkin tidak null.

Berlaku untuk