WebPageRenderingBase Class
Provides methods and properties that are used to render pages that use the Razor view engine.
Inheritance Hierarchy
System.Object
System.Web.WebPages.WebPageExecutingBase
System.Web.WebPages.WebPageRenderingBase
System.Web.WebPages.StartPage
System.Web.WebPages.WebPageBase
Namespace: System.Web.WebPages
Assembly: System.Web.WebPages (in System.Web.WebPages.dll)
Syntax
'Declaration
Public MustInherit Class WebPageRenderingBase _
Inherits WebPageExecutingBase _
Implements ITemplateFile
'Usage
Dim instance As WebPageRenderingBase
public abstract class WebPageRenderingBase : WebPageExecutingBase,
ITemplateFile
public ref class WebPageRenderingBase abstract : public WebPageExecutingBase,
ITemplateFile
[<AbstractClassAttribute>]
type WebPageRenderingBase =
class
inherit WebPageExecutingBase
interface ITemplateFile
end
public abstract class WebPageRenderingBase extends WebPageExecutingBase implements ITemplateFile
The WebPageRenderingBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
WebPageRenderingBase | Initializes a new instance of the WebPageRenderingBase class. |
Top
Properties
Name | Description | |
---|---|---|
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.) |
Top
Methods
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.