EndpointNameAttribute(String) 建構函式

定義

初始化 EndpointNameAttribute 的實例。

public EndpointNameAttribute (string endpointName);
new Microsoft.AspNetCore.Routing.EndpointNameAttribute : string -> Microsoft.AspNetCore.Routing.EndpointNameAttribute
Public Sub New (endpointName As String)

參數

endpointName
String

端點名稱。

適用於