HttpResponseBase.Pics(String) Method

Definition

Appends an HTTP PICS-Label header to the current response.

public:
 virtual void Pics(System::String ^ value);
public virtual void Pics (string value);
abstract member Pics : string -> unit
override this.Pics : string -> unit
Public Overridable Sub Pics (value As String)

Parameters

value
String

The string to add to the PICS-Label header.

Exceptions

Applies to