WebPageRenderingBase Class
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.
Provides methods and properties that are used to render pages that use the Razor view engine.
public abstract class WebPageRenderingBase : System.Web.WebPages.WebPageExecutingBase, System.Web.WebPages.ITemplateFile
type WebPageRenderingBase = class
inherit WebPageExecutingBase
interface ITemplateFile
Public MustInherit Class WebPageRenderingBase
Inherits WebPageExecutingBase
Implements ITemplateFile
- Inheritance
- Derived
- Implements
Constructors
WebPageRenderingBase() |
Initializes a new instance of the WebPageRenderingBase class. |
Properties
App | (Inherited from WebPageExecutingBase) |
AppState | (Inherited from WebPageExecutingBase) |
Cache | |
Context |
When overridden in a derived class, gets or sets the HttpContextBase object that is associated with a page. (Inherited from WebPageExecutingBase) |
Culture | |
DisplayMode | |
IsAjax | |
IsPost | |
Layout |
When overridden in a derived class, gets or sets the path of a layout page. |
Page |
When overridden in a derived class, provides property-like access to page data that is shared between pages, layout pages, and partial pages. |
PageContext | |
PageData |
When overridden in a derived class, provides array-like access to page data that is shared between pages, layout pages, and partial pages. |
Profile | |
Request | |
Response | |
Server | |
Session | |
TemplateInfo | |
UICulture | |
UrlData | |
User | |
VirtualPath | (Inherited from WebPageExecutingBase) |
VirtualPathFactory | (Inherited from WebPageExecutingBase) |