ViewPage Class
Represents the properties and methods that are needed to render a view as a Web Forms page.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | ViewPage() | Initializes a new instance of the ViewPage class. |
| Name | Description | |
|---|---|---|
![]() | Adapter | (Inherited from Control.) |
![]() | Ajax | Gets or sets the AjaxHelper object that is used to render HTML in Ajax scenarios. |
![]() | Application | (Inherited from Page.) |
![]() | AppRelativeTemplateSourceDirectory | (Inherited from Control.) |
![]() | AppRelativeVirtualPath | (Inherited from TemplateControl.) |
![]() | AsyncTimeout | (Inherited from Page.) |
![]() | AutoPostBackControl | (Inherited from Page.) |
![]() | Cache | (Inherited from Page.) |
![]() | ChildControlsCreated | (Inherited from Control.) |
![]() | ClientID | (Inherited from Control.) |
![]() | ClientIDMode | (Inherited from Control.) |
![]() | ClientIDSeparator | (Inherited from Control.) |
![]() | ClientQueryString | (Inherited from Page.) |
![]() | ClientScript | (Inherited from Page.) |
![]() | ClientTarget | (Inherited from Page.) |
![]() | Context | (Inherited from Page.) |
![]() | Controls | (Inherited from Control.) |
![]() | Culture | (Inherited from Page.) |
![]() | DesignMode | (Inherited from Control.) |
![]() | EnableTheming | (Inherited from TemplateControl.) |
![]() | EnableViewState | (Inherited from Page.) |
![]() | ErrorPage | (Inherited from Page.) |
![]() | Events | (Inherited from Control.) |
![]() | Form | (Inherited from Page.) |
![]() | HasChildViewState | (Inherited from Control.) |
![]() | Header | (Inherited from Page.) |
![]() | Html | Gets or sets the HtmlHelper object that is used to render HTML elements. |
![]() | ID | (Inherited from Control.) |
![]() | IdSeparator | (Inherited from Control.) |
![]() | IsAsync | (Inherited from Page.) |
![]() | IsCallback | (Inherited from Page.) |
![]() | IsChildControlStateCleared | (Inherited from Control.) |
![]() | IsCrossPagePostBack | (Inherited from Page.) |
![]() | IsPostBack | (Inherited from Page.) |
![]() | IsPostBackEventControlRegistered | (Inherited from Page.) |
![]() | IsTrackingViewState | (Inherited from Control.) |
![]() | IsValid | (Inherited from Page.) |
![]() | IsViewStateEnabled | (Inherited from Control.) |
![]() | Items | (Inherited from Page.) |
![]() | LoadViewStateByID | (Inherited from Control.) |
![]() | MaintainScrollPositionOnPostBack | (Inherited from Page.) |
![]() | Master | (Inherited from Page.) |
![]() | MasterLocation | Gets or sets the path of the master view. |
![]() | MasterPageFile | (Inherited from Page.) |
![]() | MetaDescription | (Inherited from Page.) |
![]() | MetaKeywords | (Inherited from Page.) |
![]() | Model | Gets the Model property of the associated ViewDataDictionary object. |
![]() | ModelBindingExecutionContext | (Inherited from Page.) |
![]() | ModelState | (Inherited from Page.) |
![]() | NamingContainer | (Inherited from Control.) |
![]() | Page | (Inherited from Control.) |
![]() | PageAdapter | (Inherited from Page.) |
![]() | PageStatePersister | (Inherited from Page.) |
![]() | Parent | (Inherited from Control.) |
![]() | PreviousPage | (Inherited from Page.) |
![]() | RenderingCompatibility | (Inherited from Control.) |
![]() | Request | (Inherited from Page.) |
![]() | Response | (Inherited from Page.) |
![]() | RouteData | (Inherited from Page.) |
![]() | Server | (Inherited from Page.) |
![]() | Session | (Inherited from Page.) |
![]() | Site | (Inherited from Control.) |
![]() | SkinID | (Inherited from Control.) |
![]() | SmartNavigation | (Inherited from Page.) |
![]() | StyleSheetTheme | (Inherited from Page.) |
![]() | TempData | Gets the temporary data to pass to the view. |
![]() | TemplateControl | (Inherited from Control.) |
![]() | TemplateSourceDirectory | (Inherited from Control.) |
![]() | Theme | (Inherited from Page.) |
![]() | Title | (Inherited from Page.) |
![]() | Trace | (Inherited from Page.) |
![]() | UICulture | (Inherited from Page.) |
![]() | UniqueFilePathSuffix | (Inherited from Page.) |
![]() | UniqueID | (Inherited from Control.) |
![]() | UnobtrusiveValidationMode | (Inherited from Page.) |
![]() | Url | Gets or sets the URL of the rendered page. |
![]() | User | (Inherited from Page.) |
![]() | ValidateRequestMode | (Inherited from Control.) |
![]() | Validators | (Inherited from Page.) |
![]() | ViewBag | Gets the view bag. |
![]() | ViewContext | Gets or sets the information that is used to render the view. |
![]() | ViewData | Gets or sets a dictionary that contains data to pass between the controller and the view. |
![]() | ViewState | (Inherited from Control.) |
![]() | ViewStateIgnoresCase | (Inherited from Control.) |
![]() | ViewStateMode | (Inherited from Control.) |
![]() | ViewStateUserKey | (Inherited from Page.) |
![]() | Visible | (Inherited from Page.) |
![]() | Writer | Gets the text writer that is used to render the view to the response. |
| Name | Description | |
|---|---|---|
![]() | AbortTransaction | (Inherited from TemplateControl.) |
![]() | CommitTransaction | (Inherited from TemplateControl.) |
![]() | DataBinding | (Inherited from Control.) |
![]() | Disposed | (Inherited from Control.) |
![]() | Error | (Inherited from TemplateControl.) |
![]() | Init | (Inherited from Control.) |
![]() | InitComplete | (Inherited from Page.) |
![]() | Load | (Inherited from Control.) |
![]() | LoadComplete | (Inherited from Page.) |
![]() | PreInit | (Inherited from Page.) |
![]() | PreLoad | (Inherited from Page.) |
![]() | PreRender | (Inherited from Control.) |
![]() | PreRenderComplete | (Inherited from Page.) |
![]() | SaveStateComplete | (Inherited from Page.) |
![]() | Unload | (Inherited from Control.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IControlDesignerAccessor::GetDesignModeState() | (Inherited from Control.) |
![]() ![]() | IControlDesignerAccessor::SetDesignModeState(IDictionary^) | (Inherited from Control.) |
![]() ![]() | IControlDesignerAccessor::SetOwnerControl(Control^) | (Inherited from Control.) |
![]() ![]() | IFilterResolutionService::CompareFilters(String^, String^) | (Inherited from TemplateControl.) |
![]() ![]() | IFilterResolutionService::EvaluateFilter(String^) | (Inherited from TemplateControl.) |
![]() ![]() | IParserAccessor::AddParsedSubObject(Object^) | (Inherited from Control.) |
The ViewPage class is used by the default view engine (WebFormViewEngine) to render a view as a Web Forms (.aspx) page.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.jpeg?cs-save-lang=1&cs-lang=cpp)
.jpeg?cs-save-lang=1&cs-lang=cpp)
.jpeg?cs-save-lang=1&cs-lang=cpp)
.jpeg?cs-save-lang=1&cs-lang=cpp)
.jpeg?cs-save-lang=1&cs-lang=cpp)
.jpeg?cs-save-lang=1&cs-lang=cpp)
.jpeg?cs-save-lang=1&cs-lang=cpp)