Share via


HttpContentHeaders.Allow Propiedad

Definición

Obtiene el valor del encabezado de contenido Allow en una respuesta 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 de propiedad

Valor del encabezado Allow en una respuesta HTTP.

Se aplica a