HttpContentHeaders.Allow Eigenschaft

Definition

Ruft den Wert des Allow-Inhaltsheaders in einer HTTP-Antwort ab.

public:
 property System::Collections::Generic::ICollection<System::String ^> ^ Allow { System::Collections::Generic::ICollection<System::String ^> ^ get(); };
public System.Collections.Generic.ICollection<string> Allow { get; }
member this.Allow : System.Collections.Generic.ICollection<string>
Public ReadOnly Property Allow As ICollection(Of String)

Eigenschaftswert

Der Wert des Allow-Headers in einer HTTP-Antwort.

Gilt für: