共用方式為


EndpointSummaryAttribute(String) 建構函式

定義

初始化 EndpointSummaryAttribute 的執行個體。

public EndpointSummaryAttribute (string summary);
new Microsoft.AspNetCore.Http.EndpointSummaryAttribute : string -> Microsoft.AspNetCore.Http.EndpointSummaryAttribute
Public Sub New (summary As String)

參數

summary
String

與端點或參數相關聯的摘要。

適用於