public static Task GoToPage2Async(this MyComponent component) { return(component.GoToAsync(Constants.Page2)); }
public static Task GoHomeAsync(this MyComponent component) { return(component.GoToAsync(Constants.Home)); }