次の方法で共有


BlazorWebView.StartPath プロパティ

定義

Blazor コンポーネントの読み込みが完了したときに Blazor ナビゲーション コンテキスト内の初期ナビゲーションのパスを取得または設定します。

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

プロパティ値

実装

適用対象