System.Web.HttpResponse.Pics Method

Appends a HTTP PICS-Label header to the output stream.

Syntax

public void Pics (string value)

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 tp://go.microsoft.com/fwlink/?LinkID=37125 Web site.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0