HttpResponse.Pics Method
.NET Framework 3.0
Appends a PICS-Label HTTP header to the output stream.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
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.
The following code example is an ASP.NET page that displays an image. The page code calls the Pics method to set the PICS-Label HTTP header for the response. The String passed as the parameter to the Pics method represents a rating label generated from the Internet Content Rating Association (ICRA) Web site.
Community Additions
ADD
Show: