7 references to EmptyPage
Microsoft.AspNetCore.Mvc.RazorPages.Test (7)
ApplicationModels\DefaultPageApplicationModelProviderTest.cs (7)
447
var typeInfo = typeof(
EmptyPage
).GetTypeInfo();
457
Assert.Same(typeof(
EmptyPage
).GetTypeInfo(), pageModel.HandlerType);
458
Assert.Same(typeof(
EmptyPage
).GetTypeInfo(), pageModel.ModelType);
459
Assert.Same(typeof(
EmptyPage
).GetTypeInfo(), pageModel.PageType);
496
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<
EmptyPage
> Html { get; private set; }
497
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
EmptyPage
> ViewData => null;
498
public
EmptyPage
Model => ViewData.Model;