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 標頭的字串。

適用於