본문 바로가기
SoftWare/ASP.net Core Blazor

[ASP.NET Blazor] C# code 에서 Page Redirect 시키기 페이지이동

by 학수씨 2020. 8. 23.
@inject Microsoft.AspNetCore.Components.NavigationManager navigationManager

@{
    navigationManager.NavigateTo("/main.html");
}

댓글