PageResult.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 or sets the PageBase to be executed.
public:
 property Microsoft::AspNetCore::Mvc::RazorPages::PageBase ^ Page { Microsoft::AspNetCore::Mvc::RazorPages::PageBase ^ get(); void set(Microsoft::AspNetCore::Mvc::RazorPages::PageBase ^ value); };public Microsoft.AspNetCore.Mvc.RazorPages.PageBase Page { get; set; }member this.Page : Microsoft.AspNetCore.Mvc.RazorPages.PageBase with get, setPublic Property Page As PageBase