We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ee1243 commit 10f7564Copy full SHA for 10f7564
src/BootstrapBlazor/BootstrapBlazor.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk.Razor">
2
3
<PropertyGroup>
4
- <Version>9.3.1-beta34</Version>
+ <Version>9.3.1-beta36</Version>
5
</PropertyGroup>
6
7
<ItemGroup>
src/BootstrapBlazor/Components/Redirect/Redirect.cs
@@ -28,10 +28,9 @@ public class Redirect : ComponentBase
28
public bool ForceLoad { get; set; } = true;
29
30
/// <summary>
31
- /// OnAfterRender 方法
+ /// OnInitialized 方法
32
/// </summary>
33
- /// <param name="firstRender"></param>
34
- protected override void OnAfterRender(bool firstRender)
+ protected override void OnInitialized()
35
{
36
Navigation.NavigateTo(Url, ForceLoad);
37
}
0 commit comments