RazorPageResult.Page Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the IRazorPage if found.
public:
property Microsoft::AspNetCore::Mvc::Razor::IRazorPage ^ Page { Microsoft::AspNetCore::Mvc::Razor::IRazorPage ^ get(); };
public Microsoft.AspNetCore.Mvc.Razor.IRazorPage Page { get; }
public Microsoft.AspNetCore.Mvc.Razor.IRazorPage? Page { get; }
member this.Page : Microsoft.AspNetCore.Mvc.Razor.IRazorPage
Public ReadOnly Property Page As IRazorPage
Property Value
Remarks
This property is null
if the page was not found.