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

適用於