Fix build warning
This commit is contained in:
parent
9b3b3e91bd
commit
f6d25f7117
|
|
@ -15,7 +15,6 @@ namespace Microsoft.AspNetCore.Mvc.RazorPages
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public abstract class Page : RazorPageBase, IRazorPage
|
public abstract class Page : RazorPageBase, IRazorPage
|
||||||
{
|
{
|
||||||
private IUrlHelper _urlHelper;
|
|
||||||
private PageArgumentBinder _binder;
|
private PageArgumentBinder _binder;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue