Share via


EndpointSummaryAttribute(String) Constructor

Definition

Initializes an instance of the EndpointSummaryAttribute.

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

Parameters

summary
String

The summary associated with the endpoint or parameter.

Applies to