Table of Contents

Property Allow

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

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; }

Property Value

string