Sdílet prostřednictvím


HttpContentHeaders.Allow Vlastnost

Definice

Získá hodnotu hlavičky Allow obsahu v odpovědi HTTP.

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)

Hodnota vlastnosti

Hodnota hlavičky Allow v odpovědi HTTP.

Platí pro