共用方式為


HttpGetAttribute 建構函式

定義

多載

HttpGetAttribute()

建立新的 HttpGetAttribute

HttpGetAttribute(String)

使用指定的路由範本建立新的 HttpGetAttribute

HttpGetAttribute()

來源:
HttpGetAttribute.cs
來源:
HttpGetAttribute.cs
來源:
HttpGetAttribute.cs

建立新的 HttpGetAttribute

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

適用於

HttpGetAttribute(String)

來源:
HttpGetAttribute.cs
來源:
HttpGetAttribute.cs
來源:
HttpGetAttribute.cs

使用指定的路由範本建立新的 HttpGetAttribute

public:
 HttpGetAttribute(System::String ^ template);
public HttpGetAttribute (string template);
new Microsoft.AspNetCore.Mvc.HttpGetAttribute : string -> Microsoft.AspNetCore.Mvc.HttpGetAttribute
Public Sub New (template As String)

參數

template
String

路由範本。 可能是 null。

適用於