Share via


RazorView.RazorPage Property

Definition

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

Property Value

Applies to