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

例外狀況

適用於