HttpResponse.Pics Method

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

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

public:
void Pics (
	String^ value
)
public void Pics (
	String value
)
public function Pics (
	value : String
)
Not applicable.

Parameters

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.

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.

No code example is currently available or this language may not be supported.

Windows 98, Windows Server 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

.NET Framework

Supported in: 3.0, 2.0, 1.1, 1.0

Community Additions

ADD
Show: