HttpResponseWrapper.Pics(String) Método
Definição
Acrescenta um cabeçalho HTTP PICS-Label à resposta atual.Appends an HTTP PICS-Label header to the current response.
public:
override void Pics(System::String ^ value);
public override void Pics (string value);
override this.Pics : string -> unit
Public Overrides Sub Pics (value As String)
Parâmetros
- value
- String
A cadeia de caracteres a ser adicionada ao cabeçalho PICS-Label.The string to add to the PICS-Label header.