Property Allow
Allow
Gets or sets the value of the HTTP Allow header.
Lists the HTTP methods that are supported by the resource, informing clients about the available actions.
public string? Allow { get; set; }
Gets or sets the value of the HTTP Allow header.
Lists the HTTP methods that are supported by the resource, informing clients about the available actions.
public string? Allow { get; set; }