HttpResponseBase::Pics Method (String^)

 

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

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
virtual void Pics(
	String^ value
)

Parameters

value
Type: System::String^

The string to add to the PICS-Label header.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: