HttpResponse.Pics(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
附加 HTTP PICS-Label
標頭至輸出資料流。
public:
void Pics(System::String ^ value);
public void Pics (string value);
member this.Pics : string -> unit
Public Sub Pics (value As String)
參數
- value
- String
要加入 PICS-Label
標頭的字串。
備註
Internet Content Selection (PICS) 平臺是適用於內容標籤的 W3C (W3C) 標準。 PICS 基本上是建立評等系統的語言。
任何值都可以是 PICS 標籤;ASP.NET 不會驗證標籤。 字串的最大長度是 255 個字元。 如需 PICS 標準和語法的詳細資訊,請參閱 World Wide Web Consortium 網站。