Skip to content
代码片段 群组 项目
未验证 提交 4d576fb6 编辑于 作者: mfluehr's avatar mfluehr 提交者: GitHub
浏览文件

Fix typo in method summary (#35385)

上级 f2c3abcb
No related branches found
No related tags found
无相关合并请求
......@@ -99,7 +99,7 @@ namespace Microsoft.AspNetCore.Components
/// <param name="uri">The destination URI. This can be absolute, or relative to the base URI
/// (as returned by <see cref="BaseUri"/>).</param>
/// <param name="forceLoad">If true, bypasses client-side routing and forces the browser to load the new page from the server, whether or not the URI would normally be handled by the client-side router.</param>
/// <param name="replace">If true, replaces the currently entry in the history stack. If false, appends the new entry to the history stack.</param>
/// <param name="replace">If true, replaces the current entry in the history stack. If false, appends the new entry to the history stack.</param>
public void NavigateTo(string uri, bool forceLoad = false, bool replace = false)
{
AssertInitialized();
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册