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 a647060 commit 5e2a584Copy full SHA for 5e2a584
src/Mvc/Mvc.Razor/src/IRazorViewEngine.cs
@@ -18,8 +18,7 @@ public interface IRazorViewEngine : IViewEngine
18
/// <param name="pageName">The name or path of the page.</param>
19
/// <returns>The <see cref="RazorPageResult"/> of locating the page.</returns>
20
/// <remarks>
21
- /// <remarks>Use <see cref="GetPage(string, string)"/> when the absolute or relative
22
- /// path of the page is known.</remarks>
+ /// Use <see cref="GetPage(string, string)"/> when the absolute or relative path of the page is known.
23
/// <seealso cref="IViewEngine.FindView"/>.
24
/// </remarks>
25
RazorPageResult FindPage(ActionContext context, string pageName);
0 commit comments