From 318442074e1896e33cdbc1203da45bccffde1c4f Mon Sep 17 00:00:00 2001 From: gekka <10055381+gekka@users.noreply.github.com> Date: Sun, 26 Jan 2025 17:55:54 +0900 Subject: [PATCH] Fix remarks tag structure in xml documentation comment of IRazorViewEngine.FindPage. --- src/Mvc/Mvc.Razor/src/IRazorViewEngine.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/Mvc/Mvc.Razor/src/IRazorViewEngine.cs b/src/Mvc/Mvc.Razor/src/IRazorViewEngine.cs index e363c864bfda..75e87b33b4ad 100644 --- a/src/Mvc/Mvc.Razor/src/IRazorViewEngine.cs +++ b/src/Mvc/Mvc.Razor/src/IRazorViewEngine.cs @@ -18,8 +18,7 @@ public interface IRazorViewEngine : IViewEngine /// The name or path of the page. /// The of locating the page. /// - /// Use when the absolute or relative - /// path of the page is known. + /// Use when the absolute or relative path of the page is known. /// . /// RazorPageResult FindPage(ActionContext context, string pageName);