Partilhar via


HttpContentHeaders.Allow Propriedade

Definição

Obtém o valor do cabeçalho de conteúdo Allow em uma resposta 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)

Valor da propriedade

O valor do cabeçalho Allow em uma resposta HTTP.

Aplica-se a