WebView.UserAgent プロパティ

定義

この WebView オブジェクトが使用するユーザー エージェント文字列を取得または設定します。

public:
 property System::String ^ UserAgent { System::String ^ get(); void set(System::String ^ value); };
public string UserAgent { get; set; }
member this.UserAgent : string with get, set
Public Property UserAgent As String

プロパティ値

実装

注釈

既定値は、基になるプラットフォーム ブラウザーの既定のユーザー エージェントです。決定 null できない場合は 。 パラメーターが User Agent の null 場合は更新されず、現在のユーザー エージェントは残ります。

適用対象