Share via


EndpointDescriptionAttribute(String) Constructor

Definition

Initializes an instance of the EndpointDescriptionAttribute.

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

Parameters

description
String

The description associated with the endpoint or parameter.

Applies to