共用方式為


HttpResponseBase.Pics(String) 方法

定義

將 HTTP PICS-Label 標頭附加至目前的回應。

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

參數

value
String

要加入 PICS-Label 標頭的字串。

例外狀況

適用於