Share via


HttpResponseWrapper.Pics(String) メソッド

定義

HTTP PICS-Label ヘッダーを現在の応答に追加します。

public:
 override void Pics(System::String ^ value);
public override void Pics (string value);
override this.Pics : string -> unit
Public Overrides Sub Pics (value As String)

パラメーター

value
String

PICS-Label ヘッダーに追加する文字列。

適用対象