Skip to content

Commit 5e2a584

Browse files
gekkacaptainsafia
authored andcommitted
Fix remarks tag structure in xml documentation comment of IRazorViewEngine.FindPage. (#60040)
1 parent a647060 commit 5e2a584

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Mvc/Mvc.Razor/src/IRazorViewEngine.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ public interface IRazorViewEngine : IViewEngine
1818
/// <param name="pageName">The name or path of the page.</param>
1919
/// <returns>The <see cref="RazorPageResult"/> of locating the page.</returns>
2020
/// <remarks>
21-
/// <remarks>Use <see cref="GetPage(string, string)"/> when the absolute or relative
22-
/// path of the page is known.</remarks>
21+
/// Use <see cref="GetPage(string, string)"/> when the absolute or relative path of the page is known.
2322
/// <seealso cref="IViewEngine.FindView"/>.
2423
/// </remarks>
2524
RazorPageResult FindPage(ActionContext context, string pageName);

0 commit comments

Comments
 (0)