System.Web Namespace HttpResponse Class
Appends a PICS-Label HTTP header to the output stream.
[ VB ]
Public Sub Pics ( _
ByVal
value As
String _
)
[ C# ]
public
void Pics (
string value
);
[ C++ ]
public:
void Pics (
String*
value
);
[ JScript ]
public function Pics (
value :
String
);
- value
- The string to add to the PICS-Label header.
Platform for Internet Content Selection ( PICS ) is a World Wide Web Consortium ( W3C ) standard for content labeling. PICS is essentially a language for creating a ratings system.
Any value can be a PICS label; ASP.NET does not validate the label. The maximum length of the string is 255 characters. For more information about PICS standards and syntax, see the World Wide Web Consortium's Web site at http://www.w3c.org .
HttpResponse Members