Delen via


OptionsAttribute(String) Constructor

Definition

Initializes a new instance of the OptionsAttribute class.

public:
 OptionsAttribute(System::String ^ path);
public OptionsAttribute(string path);
new Microsoft.Extensions.Http.AutoClient.OptionsAttribute : string -> Microsoft.Extensions.Http.AutoClient.OptionsAttribute
Public Sub New (path As String)

Parameters

path
String

The path of the request. Cannot be empty or null.

Applies to