Add missing access modifier
This commit is contained in:
parent
3492be3c6c
commit
05c35dd3ba
|
|
@ -16,7 +16,7 @@ namespace Microsoft.AspNet.Mvc.Razor
|
||||||
/// <typeparam name="TModel">The type of the view data model.</typeparam>
|
/// <typeparam name="TModel">The type of the view data model.</typeparam>
|
||||||
public abstract class RazorPage<TModel> : RazorPage
|
public abstract class RazorPage<TModel> : RazorPage
|
||||||
{
|
{
|
||||||
IModelMetadataProvider _provider;
|
private IModelMetadataProvider _provider;
|
||||||
|
|
||||||
public TModel Model
|
public TModel Model
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue