BlazorWebView.StartPath Propiedad

Definición

Obtiene o establece la ruta de acceso para la navegación inicial dentro del contexto de navegación de Blazor cuando el componente Blazor termina de cargarse.

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

Valor de propiedad

Implementaciones

Se aplica a