Partager via


HttpContentHeaders.Allow Propriété

Définition

Récupère la valeur de l’en-tête de contenu Allow sur une réponse 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)

Valeur de propriété

La valeur de l’en-tête Allow sur une réponse HTTP.

S’applique à