Fix build warning

This commit is contained in:
Pranav K 2017-03-02 17:20:20 -08:00
parent 9b3b3e91bd
commit f6d25f7117
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ namespace Microsoft.AspNetCore.Mvc.RazorPages
/// </summary>
public abstract class Page : RazorPageBase, IRazorPage
{
private IUrlHelper _urlHelper;
private PageArgumentBinder _binder;
/// <summary>