Udostępnij za pośrednictwem


PatchAttribute(String) Constructor

Definition

Initializes a new instance of the PatchAttribute class.

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

Parameters

path
String

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

Applies to