HttpResponseWrapper.Pics(String) Method

Definition

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)

Parameters

value
String

The string to add to the PICS-Label header.

Applies to