DynamicViewPage Class
Represents a dynamic view page.
Namespace: Microsoft.Web.Mvc
Assembly: Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)
Inheritance Hierarchy
System.Object
System.Web.UI.Control
System.Web.UI.TemplateControl
System.Web.UI.Page
System.Web.Mvc.ViewPage
Microsoft.Web.Mvc.DynamicViewPage
Syntax
public class DynamicViewPage : ViewPage
public ref class DynamicViewPage : ViewPage
type DynamicViewPage =
class
inherit ViewPage
end
Public Class DynamicViewPage
Inherits ViewPage
Constructors
Name | Description | |
---|---|---|
![]() |
DynamicViewPage() | Initializes a new instance of the DynamicViewPage class. |
Properties
Name | Description | |
---|---|---|
![]() |
Adapter | (Inherited from Control.) |
![]() |
Ajax | Gets or sets the AjaxHelper object that is used to render HTML in Ajax scenarios.(Inherited from ViewPage.) |
![]() |
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.(Inherited from ViewPage.) |
![]() |
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.(Inherited from ViewPage.) |
![]() |
MasterPageFile | (Inherited from Page.) |
![]() |
MetaDescription | (Inherited from Page.) |
![]() |
MetaKeywords | (Inherited from Page.) |
![]() |
Model | Gets the model of this page. |
![]() |
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.(Inherited from ViewPage.) |
![]() |
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.(Inherited from ViewPage.) |
![]() |
User | (Inherited from Page.) |
![]() |
ValidateRequestMode | (Inherited from Control.) |
![]() |
Validators | (Inherited from Page.) |
![]() |
ViewBag | Gets the view bag.(Inherited from ViewPage.) |
![]() |
ViewContext | Gets or sets the information that is used to render the view.(Inherited from ViewPage.) |
![]() |
ViewData | Gets the dynamic view data of this page. |
![]() |
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.(Inherited from ViewPage.) |
Methods
Events
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.) |
Explicit Interface Implementations
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.) |
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.
See Also
Return to top