asp.net.ph

Response.Pics Method

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 );

Parameters

value
The string to add to the PICS-Label header.

Remarks

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 .

See Also

HttpResponse Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph