RazorView.RazorPage 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 IRazorPage instance that the views executes on.
public:
property Microsoft::AspNetCore::Mvc::Razor::IRazorPage ^ RazorPage { Microsoft::AspNetCore::Mvc::Razor::IRazorPage ^ get(); };
public Microsoft.AspNetCore.Mvc.Razor.IRazorPage RazorPage { get; }
member this.RazorPage : Microsoft.AspNetCore.Mvc.Razor.IRazorPage
Public ReadOnly Property RazorPage As IRazorPage