Add missing access modifier

This commit is contained in:
Doug Bunting 2014-10-07 11:09:49 -07:00 committed by N. Taylor Mullen
parent 3492be3c6c
commit 05c35dd3ba
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ namespace Microsoft.AspNet.Mvc.Razor
/// <typeparam name="TModel">The type of the view data model.</typeparam>
public abstract class RazorPage<TModel> : RazorPage
{
IModelMetadataProvider _provider;
private IModelMetadataProvider _provider;
public TModel Model
{