다음을 통해 공유


GetAttribute(String) Constructor

Definition

Initializes a new instance of the GetAttribute class.

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

Parameters

path
String

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

Applies to