mvccontrib 2.0.95.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/Dependencies/Microsoft.Web.Mvc.dll +0 -0
- data/lib/Dependencies/Rhino.Mocks.dll +0 -0
- data/lib/InputBuilderTemplates/Array.Master +25 -0
- data/lib/InputBuilderTemplates/Array.aspx +173 -0
- data/lib/InputBuilderTemplates/ArrayAddButton.aspx +3 -0
- data/lib/InputBuilderTemplates/ArrayRemoveButton.aspx +3 -0
- data/lib/InputBuilderTemplates/Boolean.aspx +6 -0
- data/lib/InputBuilderTemplates/DateTime.aspx +15 -0
- data/lib/InputBuilderTemplates/Display.Master +9 -0
- data/lib/InputBuilderTemplates/DisplayInline.aspx +6 -0
- data/lib/InputBuilderTemplates/DisplayLabel.aspx +7 -0
- data/lib/InputBuilderTemplates/DisplayParagraph.aspx +4 -0
- data/lib/InputBuilderTemplates/Enum.aspx +8 -0
- data/lib/InputBuilderTemplates/Field.Master +22 -0
- data/lib/InputBuilderTemplates/Form.aspx +8 -0
- data/lib/InputBuilderTemplates/Guid.aspx +6 -0
- data/lib/InputBuilderTemplates/HiddenField.Master +4 -0
- data/lib/InputBuilderTemplates/Int32.aspx +6 -0
- data/lib/InputBuilderTemplates/MultilineText.aspx +3 -0
- data/lib/InputBuilderTemplates/RadioButtons.aspx +14 -0
- data/lib/InputBuilderTemplates/ReadOnly.aspx +8 -0
- data/lib/InputBuilderTemplates/Row.Master +7 -0
- data/lib/InputBuilderTemplates/String.aspx +6 -0
- data/lib/InputBuilderTemplates/Submit.aspx +6 -0
- data/lib/License.txt +71 -0
- data/lib/MvcContrib.FluentHtml.dll +0 -0
- data/lib/MvcContrib.FluentHtml.xml +1291 -0
- data/lib/MvcContrib.TestHelper.XML +1178 -0
- data/lib/MvcContrib.TestHelper.dll +0 -0
- data/lib/MvcContrib.WatiN.dll +0 -0
- data/lib/MvcContrib.XML +2491 -0
- data/lib/MvcContrib.dll +0 -0
- data/lib/T4MVC/T4MVC.settings.t4 +96 -0
- data/lib/T4MVC/T4MVC.tt +1418 -0
- data/lib/T4MVC/readme.txt +224 -0
- data/lib/help/mvccontrib/MvcContrib.ActionResults/ExpressionToRouteValueConverter`1.htm +199 -0
- data/lib/help/mvccontrib/MvcContrib.ActionResults/IControllerExpressionContainer.htm +133 -0
- data/lib/help/mvccontrib/MvcContrib.ActionResults/PermanentRedirectResult.htm +189 -0
- data/lib/help/mvccontrib/MvcContrib.ActionResults/PermanentRedirectToActionResult.htm +145 -0
- data/lib/help/mvccontrib/MvcContrib.ActionResults/RedirectToRouteResult`1.htm +145 -0
- data/lib/help/mvccontrib/MvcContrib.ActionResults/XmlResult.htm +135 -0
- data/lib/help/mvccontrib/MvcContrib.ActionResults/index.htm +127 -0
- data/lib/help/mvccontrib/MvcContrib.Attributes/AbstractParameterBinderAttribute.htm +208 -0
- data/lib/help/mvccontrib/MvcContrib.Attributes/DerivedTypeBinderAwareAttribute.htm +137 -0
- data/lib/help/mvccontrib/MvcContrib.Attributes/DeserializeAttribute.htm +139 -0
- data/lib/help/mvccontrib/MvcContrib.Attributes/RequestStore.htm +272 -0
- data/lib/help/mvccontrib/MvcContrib.Attributes/index.htm +118 -0
- data/lib/help/mvccontrib/MvcContrib.Binders/DerivedTypeModelBinder.htm +126 -0
- data/lib/help/mvccontrib/MvcContrib.Binders/DerivedTypeModelBinderCache.htm +168 -0
- data/lib/help/mvccontrib/MvcContrib.Binders/IPropertyNameProvider.htm +136 -0
- data/lib/help/mvccontrib/MvcContrib.Binders/ITypeStampOperator.htm +136 -0
- data/lib/help/mvccontrib/MvcContrib.Binders/SubControllerBinder.htm +146 -0
- data/lib/help/mvccontrib/MvcContrib.Binders/TypeStampOperator.htm +139 -0
- data/lib/help/mvccontrib/MvcContrib.Binders/index.htm +127 -0
- data/lib/help/mvccontrib/MvcContrib.ControllerFactories/IoCControllerFactory.htm +134 -0
- data/lib/help/mvccontrib/MvcContrib.ControllerFactories/index.htm +109 -0
- data/lib/help/mvccontrib/MvcContrib.EnumerableExtensions/EnumerableExtensions.htm +176 -0
- data/lib/help/mvccontrib/MvcContrib.EnumerableExtensions/index.htm +109 -0
- data/lib/help/mvccontrib/MvcContrib.Filters/DebugAttribute.htm +172 -0
- data/lib/help/mvccontrib/MvcContrib.Filters/LayoutAttribute.htm +182 -0
- data/lib/help/mvccontrib/MvcContrib.Filters/ModelStateToTempDataAttribute.htm +169 -0
- data/lib/help/mvccontrib/MvcContrib.Filters/ParamType.htm +173 -0
- data/lib/help/mvccontrib/MvcContrib.Filters/PassParametersDuringRedirectAttribute.htm +170 -0
- data/lib/help/mvccontrib/MvcContrib.Filters/PreconditionFilter.htm +154 -0
- data/lib/help/mvccontrib/MvcContrib.Filters/PredicatePreconditionFilter.htm +154 -0
- data/lib/help/mvccontrib/MvcContrib.Filters/RegExPreconditionFilter.htm +154 -0
- data/lib/help/mvccontrib/MvcContrib.Filters/RescueAttribute.htm +199 -0
- data/lib/help/mvccontrib/MvcContrib.Filters/SubControllerActionToViewDataAttribute.htm +152 -0
- data/lib/help/mvccontrib/MvcContrib.Filters/TempDataToViewDataAttribute.htm +152 -0
- data/lib/help/mvccontrib/MvcContrib.Filters/UtilityHtmlExtensions.htm +148 -0
- data/lib/help/mvccontrib/MvcContrib.Filters/index.htm +142 -0
- data/lib/help/mvccontrib/MvcContrib.FluentController/AbstractFluentController.htm +269 -0
- data/lib/help/mvccontrib/MvcContrib.FluentController/AbstractRestfulFluentController.htm +305 -0
- data/lib/help/mvccontrib/MvcContrib.FluentController/FluentControllerAction`1.htm +203 -0
- data/lib/help/mvccontrib/MvcContrib.FluentController/index.htm +115 -0
- data/lib/help/mvccontrib/MvcContrib.Interfaces/IDependencyResolver.htm +150 -0
- data/lib/help/mvccontrib/MvcContrib.Interfaces/index.htm +109 -0
- data/lib/help/mvccontrib/MvcContrib.Pagination/CustomPagination`1.htm +168 -0
- data/lib/help/mvccontrib/MvcContrib.Pagination/IPagination.htm +168 -0
- data/lib/help/mvccontrib/MvcContrib.Pagination/IPagination`1.htm +123 -0
- data/lib/help/mvccontrib/MvcContrib.Pagination/LazyPagination`1.htm +191 -0
- data/lib/help/mvccontrib/MvcContrib.Pagination/PaginationHelper.htm +163 -0
- data/lib/help/mvccontrib/MvcContrib.Pagination/index.htm +124 -0
- data/lib/help/mvccontrib/MvcContrib.PortableAreas/ApplicationBus.htm +524 -0
- data/lib/help/mvccontrib/MvcContrib.PortableAreas/AssemblyResourceManager.htm +178 -0
- data/lib/help/mvccontrib/MvcContrib.PortableAreas/EmbeddedResourceController.htm +237 -0
- data/lib/help/mvccontrib/MvcContrib.PortableAreas/IApplicationBus.htm +160 -0
- data/lib/help/mvccontrib/MvcContrib.PortableAreas/ICommandMessage`1.htm +149 -0
- data/lib/help/mvccontrib/MvcContrib.PortableAreas/ICommandResult.htm +149 -0
- data/lib/help/mvccontrib/MvcContrib.PortableAreas/IEventMessage.htm +139 -0
- data/lib/help/mvccontrib/MvcContrib.PortableAreas/IMessageHandler.htm +160 -0
- data/lib/help/mvccontrib/MvcContrib.PortableAreas/IMessageHandlerFactory.htm +152 -0
- data/lib/help/mvccontrib/MvcContrib.PortableAreas/IMessageHandler`1.htm +152 -0
- data/lib/help/mvccontrib/MvcContrib.PortableAreas/IQueryMessage`1.htm +149 -0
- data/lib/help/mvccontrib/MvcContrib.PortableAreas/MessageHandlerFactory.htm +139 -0
- data/lib/help/mvccontrib/MvcContrib.PortableAreas/MessageHandler`1.htm +139 -0
- data/lib/help/mvccontrib/MvcContrib.PortableAreas/PortableAreaRegistration.htm +178 -0
- data/lib/help/mvccontrib/MvcContrib.PortableAreas/index.htm +151 -0
- data/lib/help/mvccontrib/MvcContrib.Routing/CompressResponseAttribute.htm +148 -0
- data/lib/help/mvccontrib/MvcContrib.Routing/DebugHttpHandler.htm +171 -0
- data/lib/help/mvccontrib/MvcContrib.Routing/DebugRoute.htm +211 -0
- data/lib/help/mvccontrib/MvcContrib.Routing/DebugRouteHandler.htm +148 -0
- data/lib/help/mvccontrib/MvcContrib.Routing/MvcRoute.htm +256 -0
- data/lib/help/mvccontrib/MvcContrib.Routing/RegexRoute.htm +183 -0
- data/lib/help/mvccontrib/MvcContrib.Routing/RouteAttributeUtility.htm +162 -0
- data/lib/help/mvccontrib/MvcContrib.Routing/RouteDebugger.htm +152 -0
- data/lib/help/mvccontrib/MvcContrib.Routing/UrlRouteAttribute.htm +163 -0
- data/lib/help/mvccontrib/MvcContrib.Routing/UrlRouteParameterConstraintAttribute.htm +156 -0
- data/lib/help/mvccontrib/MvcContrib.Routing/UrlRouteParameterDefaultAttribute.htm +156 -0
- data/lib/help/mvccontrib/MvcContrib.Routing/index.htm +139 -0
- data/lib/help/mvccontrib/MvcContrib.Services/DependencyResolver.htm +144 -0
- data/lib/help/mvccontrib/MvcContrib.Services/EmailMetadata.htm +165 -0
- data/lib/help/mvccontrib/MvcContrib.Services/EmailTemplateService.htm +125 -0
- data/lib/help/mvccontrib/MvcContrib.Services/IEmailTemplateService.htm +147 -0
- data/lib/help/mvccontrib/MvcContrib.Services/IViewStreamReader.htm +136 -0
- data/lib/help/mvccontrib/MvcContrib.Services/index.htm +124 -0
- data/lib/help/mvccontrib/MvcContrib.SimplyRestful/IRestfulActionResolver.htm +136 -0
- data/lib/help/mvccontrib/MvcContrib.SimplyRestful/RestfulAction.htm +238 -0
- data/lib/help/mvccontrib/MvcContrib.SimplyRestful/RestfulActionResolver.htm +123 -0
- data/lib/help/mvccontrib/MvcContrib.SimplyRestful/RestfulGetAction.htm +194 -0
- data/lib/help/mvccontrib/MvcContrib.SimplyRestful/RestfulPostAction.htm +172 -0
- data/lib/help/mvccontrib/MvcContrib.SimplyRestful/SimplyRestfulRouteHandler.htm +185 -0
- data/lib/help/mvccontrib/MvcContrib.SimplyRestful/index.htm +127 -0
- data/lib/help/mvccontrib/MvcContrib.Sorting/SortDirection.htm +153 -0
- data/lib/help/mvccontrib/MvcContrib.Sorting/SortExtensions.htm +150 -0
- data/lib/help/mvccontrib/MvcContrib.Sorting/index.htm +112 -0
- data/lib/help/mvccontrib/MvcContrib.UI.ASPXViewEngine/AutoTypeViewPage`1.htm +973 -0
- data/lib/help/mvccontrib/MvcContrib.UI.ASPXViewEngine/AutoTypeViewUserControl`1.htm +354 -0
- data/lib/help/mvccontrib/MvcContrib.UI.ASPXViewEngine/index.htm +112 -0
- data/lib/help/mvccontrib/MvcContrib.UI.DataList/DataListExtensions.htm +141 -0
- data/lib/help/mvccontrib/MvcContrib.UI.DataList/DataList`1.htm +243 -0
- data/lib/help/mvccontrib/MvcContrib.UI.DataList/index.htm +112 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid.ActionSyntax/ActionSyntaxExtensions.htm +209 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid.ActionSyntax/index.htm +109 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid.Syntax/IGridWithOptions`1.htm +162 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid.Syntax/IGrid`1.htm +132 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid.Syntax/index.htm +112 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/AutoColumnGridModel`1.htm +160 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/ColumnBuilder`1.htm +182 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/GridColumn`1.htm +211 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/GridExtensions.htm +292 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/GridModel`1.htm +215 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/GridRenderer`1.htm +147 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/GridRowViewData`1.htm +162 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/GridRow`1.htm +169 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/GridSections`1.htm +147 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/GridSortOptions.htm +162 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/Grid`1.htm +162 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/HtmlTableGridRenderer`1.htm +147 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/IGridColumn`1.htm +240 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/IGridModel`1.htm +182 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/IGridRenderer`1.htm +167 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/IGridSections`1.htm +160 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/RenderingContext.htm +167 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Grid/index.htm +160 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Html/HtmlHelperExtension.htm +166 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Html/HtmlStringExtensions.htm +157 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Html/ModelVisualizerExtension.htm +157 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Html/index.htm +115 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Attributes/CanDeleteAllAttribute.htm +135 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Attributes/DisplayOrderAttribute.htm +140 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Attributes/ExampleAttribute.htm +184 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Attributes/LabelAttribute.htm +155 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Attributes/NoAddAttribute.htm +135 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Attributes/NoDeleteAttribute.htm +135 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Attributes/PartialViewAttribute.htm +155 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Attributes/index.htm +127 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Conventions/DateTimePropertyConvention.htm +129 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Conventions/DefaultNameConvention.htm +129 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Conventions/DefaultProperyConvention.htm +198 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Conventions/EnumPropertyConvention.htm +129 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Conventions/GuidPropertyConvention.htm +129 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Conventions/IPropertyViewModelFactory.htm +150 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Conventions/IPropertyViewModelNameConvention.htm +142 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Conventions/IRequireViewModelFactory.htm +142 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Conventions/PropertyInfoExtensions.htm +166 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Conventions/index.htm +136 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Helpers/DisplayOrderExtensions.htm +130 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Helpers/ExpressionHelper.htm +130 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Helpers/ReflectionHelper.htm +162 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Helpers/index.htm +115 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.InputSpecification/DefaultTypeViewModelFactoryConvention.htm +142 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.InputSpecification/IInputSpecification`1.htm +139 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.InputSpecification/ITypeViewModelFactory.htm +129 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.InputSpecification/IViewModelFactory.htm +142 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.InputSpecification/InputPropertySpecification.htm +160 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.InputSpecification/InputTypeSpecification`1.htm +154 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.InputSpecification/Input`1.htm +158 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.InputSpecification/RenderInputBuilderException.htm +182 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.InputSpecification/ViewModelFactory`1.htm +174 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.InputSpecification/index.htm +136 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.ViewEngine/AssemblyResourceProvider.htm +212 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.ViewEngine/AssemblyResourceStore.htm +160 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.ViewEngine/AssemblyResourceVirtualFile.htm +152 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.ViewEngine/InputBuilderViewEngine.htm +188 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.ViewEngine/index.htm +118 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Views/DisplayPartial.htm +167 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Views/HtmlDisplayExtensions.htm +150 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Views/HtmlExtensions.htm +214 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Views/IInputSpecificationExtensions.htm +166 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Views/ModelType`1.htm +179 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Views/Partial.htm +255 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Views/PropertyViewModel.htm +207 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Views/PropertyViewModel`1.htm +194 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Views/TypeViewModel.htm +179 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder.Views/index.htm +133 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder/ArrayPropertyConvention.htm +159 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder/ArrayTypeViewModelExtensions.htm +142 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder/DefaultPropertyConventionsFactory.htm +274 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder/DefaultTypeConventionsFactory.htm +274 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder/InputBuilder.htm +181 -0
- data/lib/help/mvccontrib/MvcContrib.UI.InputBuilder/index.htm +121 -0
- data/lib/help/mvccontrib/MvcContrib.UI.MenuBuilder/ActionMenuItem`1.htm +221 -0
- data/lib/help/mvccontrib/MvcContrib.UI.MenuBuilder/AuthorizeAttributeExtensions.htm +144 -0
- data/lib/help/mvccontrib/MvcContrib.UI.MenuBuilder/Menu.htm +375 -0
- data/lib/help/mvccontrib/MvcContrib.UI.MenuBuilder/MenuBuilderHtmlExtensions.htm +149 -0
- data/lib/help/mvccontrib/MvcContrib.UI.MenuBuilder/MenuHelpText.htm +148 -0
- data/lib/help/mvccontrib/MvcContrib.UI.MenuBuilder/MenuItem.htm +362 -0
- data/lib/help/mvccontrib/MvcContrib.UI.MenuBuilder/MenuList.htm +268 -0
- data/lib/help/mvccontrib/MvcContrib.UI.MenuBuilder/MenuTitle.htm +148 -0
- data/lib/help/mvccontrib/MvcContrib.UI.MenuBuilder/OpenAuthorizeAttribute.htm +180 -0
- data/lib/help/mvccontrib/MvcContrib.UI.MenuBuilder/SecureActionMenuItem`1.htm +208 -0
- data/lib/help/mvccontrib/MvcContrib.UI.MenuBuilder/index.htm +136 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Pager/Pager.htm +183 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Pager/PaginationExtensions.htm +156 -0
- data/lib/help/mvccontrib/MvcContrib.UI.Pager/index.htm +112 -0
- data/lib/help/mvccontrib/MvcContrib.UI.ParamBuilder/ExplicitFacadeDictionary`2.htm +119 -0
- data/lib/help/mvccontrib/MvcContrib.UI.ParamBuilder/ParamBuilder.htm +148 -0
- data/lib/help/mvccontrib/MvcContrib.UI.ParamBuilder/ParamNames.htm +135 -0
- data/lib/help/mvccontrib/MvcContrib.UI.ParamBuilder/Params.htm +134 -0
- data/lib/help/mvccontrib/MvcContrib.UI.ParamBuilder/index.htm +118 -0
- data/lib/help/mvccontrib/MvcContrib.UI.ReturnUrl/IReturnUrlManager.htm +136 -0
- data/lib/help/mvccontrib/MvcContrib.UI.ReturnUrl/ReturnUrlManager.htm +144 -0
- data/lib/help/mvccontrib/MvcContrib.UI.ReturnUrl/index.htm +115 -0
- data/lib/help/mvccontrib/MvcContrib.UI/CleanTagBuilder.htm +210 -0
- data/lib/help/mvccontrib/MvcContrib.UI/index.htm +109 -0
- data/lib/help/mvccontrib/MvcContrib.ViewFactories/FileSystemViewSourceLoader.htm +138 -0
- data/lib/help/mvccontrib/MvcContrib.ViewFactories/FileViewSource.htm +134 -0
- data/lib/help/mvccontrib/MvcContrib.ViewFactories/IViewSource.htm +147 -0
- data/lib/help/mvccontrib/MvcContrib.ViewFactories/IViewSourceLoader.htm +167 -0
- data/lib/help/mvccontrib/MvcContrib.ViewFactories/index.htm +121 -0
- data/lib/help/mvccontrib/MvcContrib/Bus.htm +178 -0
- data/lib/help/mvccontrib/MvcContrib/ControllerExtensions.htm +212 -0
- data/lib/help/mvccontrib/MvcContrib/ConversionExtensions.htm +186 -0
- data/lib/help/mvccontrib/MvcContrib/DefaultConvertible.htm +304 -0
- data/lib/help/mvccontrib/MvcContrib/DictionaryExtensions.htm +192 -0
- data/lib/help/mvccontrib/MvcContrib/Hash.htm +216 -0
- data/lib/help/mvccontrib/MvcContrib/Hash`1.htm +261 -0
- data/lib/help/mvccontrib/MvcContrib/HeadResult.htm +168 -0
- data/lib/help/mvccontrib/MvcContrib/HttpContextExtensions.htm +174 -0
- data/lib/help/mvccontrib/MvcContrib/HttpContextProvider.htm +170 -0
- data/lib/help/mvccontrib/MvcContrib/HttpHeaders.htm +193 -0
- data/lib/help/mvccontrib/MvcContrib/IHttpContextProvider.htm +170 -0
- data/lib/help/mvccontrib/MvcContrib/ISubController.htm +178 -0
- data/lib/help/mvccontrib/MvcContrib/ISubController`1.htm +167 -0
- data/lib/help/mvccontrib/MvcContrib/MimeTypes.htm +182 -0
- data/lib/help/mvccontrib/MvcContrib/NameValueDeserializer.htm +230 -0
- data/lib/help/mvccontrib/MvcContrib/ObjectExtensions.htm +206 -0
- data/lib/help/mvccontrib/MvcContrib/StringExtensions.htm +192 -0
- data/lib/help/mvccontrib/MvcContrib/SubController.htm +271 -0
- data/lib/help/mvccontrib/MvcContrib/SubController`1.htm +247 -0
- data/lib/help/mvccontrib/MvcContrib/UrlHelperExtensions.htm +178 -0
- data/lib/help/mvccontrib/MvcContrib/ViewDataExtensions.htm +288 -0
- data/lib/help/mvccontrib/MvcContrib/index.htm +175 -0
- data/lib/help/mvccontrib/index.htm +29 -0
- data/lib/help/mvccontrib/js/jquery-1.3.2.min.js +19 -0
- data/lib/help/mvccontrib/js/jquery.scrollTo-min.js +11 -0
- data/lib/help/mvccontrib/js/navigation.js +11 -0
- data/lib/help/mvccontrib/main.css +208 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Behaviors/AutoLabelBehavior.htm +130 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Behaviors/AutoLabelSettings.htm +105 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Behaviors/BehaviorMarkerExtensions.htm +118 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Behaviors/CacheingBehaviorApplier.htm +98 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Behaviors/GenericTypeSpec.htm +122 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Behaviors/IBehavior.htm +85 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Behaviors/IBehaviorMarker.htm +85 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Behaviors/IBehavior`1.htm +100 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Behaviors/IBehaviorsContainer.htm +97 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Behaviors/IMemberBehavior.htm +85 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Behaviors/IModelStateHandler.htm +100 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Behaviors/ISupportsMaxLength.htm +87 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Behaviors/ISupportsModelState.htm +98 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Behaviors/MemberBehaviorHelper`1.htm +122 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Behaviors/ThreadSafeDictionary`2.htm +200 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Behaviors/ValidationBehavior.htm +85 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Behaviors/index.htm +99 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/Button.htm +141 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/ButtonBase`1.htm +141 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/CheckBox.htm +141 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/CheckBoxBase`1.htm +166 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/CheckBoxList.htm +151 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/CheckBoxListBase`1.htm +192 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/DisableableElement`1.htm +158 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/Element`1.htm +289 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/FileUpload.htm +141 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/FormElement`1.htm +141 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/FormLiteral.htm +142 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/FormLiteralBase`1.htm +142 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/Hidden.htm +141 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/IElement.htm +229 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/IMemberElement.htm +151 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/Index.htm +180 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/Input`1.htm +170 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/Label.htm +141 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/LabelBase`1.htm +157 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/Literal.htm +141 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/LiteralBase`1.htm +158 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/MultiSelect.htm +151 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/MultiSelect`1.htm +151 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/Option.htm +182 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/OptionsElementBase`1.htm +210 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/Password.htm +141 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/RadioButton.htm +141 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/RadioButtonBase`1.htm +141 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/RadioSet.htm +151 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/RadioSetBase`1.htm +168 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/ResetButton.htm +141 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/ResetButtonBase`1.htm +141 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/Select.htm +151 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/SelectBase`1.htm +213 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/Select`1.htm +151 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/SubmitButton.htm +141 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/SubmitButtonBase`1.htm +141 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/TextArea.htm +139 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/TextAreaBase`1.htm +166 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/TextBox.htm +141 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/TextInput`1.htm +158 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/TypeStamp.htm +155 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Elements/ValidationMessage.htm +141 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Expressions/ExpressionExtensions.htm +96 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Expressions/ExpressionNameVisitor.htm +72 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Expressions/ExpressionNameVisitorResult.htm +74 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Expressions/index.htm +57 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Html/HtmlAttribute.htm +253 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Html/HtmlEventAttribute.htm +77 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Html/HtmlInputType.htm +165 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Html/HtmlTag.htm +165 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml.Html/index.htm +60 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml/IViewModelContainer`1.htm +93 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml/ModelStateDictionaryExtensions.htm +106 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml/ModelViewMasterPage`1.htm +484 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml/ModelViewPage`1.htm +810 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml/ModelViewUserControl`1.htm +314 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml/PartialNameConventionService.htm +106 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml/PartialRenderer`2.htm +107 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml/StringExtensions.htm +108 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml/ViewDataContainerExtensions.htm +320 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml/ViewModelContainerExtensions.htm +412 -0
- data/lib/help/mvccontrib_fluentHtml/MvcContrib.FluentHtml/index.htm +81 -0
- data/lib/help/mvccontrib_fluentHtml/index.htm +29 -0
- data/lib/help/mvccontrib_fluentHtml/js/jquery-1.3.2.min.js +19 -0
- data/lib/help/mvccontrib_fluentHtml/js/jquery.scrollTo-min.js +11 -0
- data/lib/help/mvccontrib_fluentHtml/js/navigation.js +11 -0
- data/lib/help/mvccontrib_fluentHtml/main.css +208 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Fakes/FakeHttpContext.htm +305 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Fakes/FakeHttpRequest.htm +316 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Fakes/FakeHttpResponse.htm +486 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Fakes/FakeHttpSessionState.htm +235 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Fakes/FakeIdentity.htm +83 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Fakes/FakePrincipal.htm +86 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Fakes/index.htm +64 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.FluentController/ActionExpectations`1.htm +182 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.FluentController/ActionRedirect.htm +103 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.FluentController/ActionRender.htm +115 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.FluentController/ActionReturn.htm +110 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.FluentController/CallSuccess.htm +105 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.FluentController/ControllerRedirect.htm +103 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.FluentController/ControllerRender.htm +102 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.FluentController/GivenController.htm +86 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.FluentController/ModelStateHelper.htm +92 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.FluentController/ViewRender.htm +102 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.FluentController/index.htm +76 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Ui/AssertExtensions.htm +150 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Ui/BaseClassLibraryExtensions.htm +134 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Ui/DisplayTable`1.htm +110 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Ui/EnumerableExtensions.htm +94 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Ui/IBrowserDriver.htm +184 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Ui/IInputTester.htm +102 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Ui/IInputTesterFactory.htm +94 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Ui/IMultipleInputTesterFactory.htm +102 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Ui/InputForm`1.htm +133 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Ui/InputTesterBase`1.htm +81 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Ui/InputTesterFactory.htm +466 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Ui/MultipleInputTesterFactory.htm +250 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Ui/RowFilter`1.htm +108 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Ui/TextInputTester.htm +81 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Ui/TextInputTesterFactory.htm +81 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper.Ui/index.htm +94 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/ActionResultAssertionException.htm +190 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/ActionResultHelper.htm +304 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/AssertionException.htm +137 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/AttributeExtensions.htm +117 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/DerivedRoute.htm +95 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/ElementIdentifier.htm +110 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/GeneralTestExtensions.htm +155 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/IRouteType.htm +108 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/IWriteableHttpFileCollection.htm +109 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/MethodInfoExtensions.htm +109 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/NameAndDescriptionIdentifier.htm +110 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/NamedRoute.htm +95 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/NavigationLinkIdentifier.htm +110 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/ObjectExtensions.htm +95 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/OutBoundUrl.htm +116 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/OutBoundUrlContext.htm +118 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/RecordIdentifier.htm +110 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/RouteTestingExtensions.htm +238 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/SectionIdentifier.htm +110 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/TestControllerBuilder.htm +232 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/WebTestUtility.htm +108 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/WriteableHttpFileCollection.htm +171 -0
- data/lib/help/mvccontrib_testhelper/MvcContrib.TestHelper/index.htm +115 -0
- data/lib/help/mvccontrib_testhelper/index.htm +29 -0
- data/lib/help/mvccontrib_testhelper/js/jquery-1.3.2.min.js +19 -0
- data/lib/help/mvccontrib_testhelper/js/jquery.scrollTo-min.js +11 -0
- data/lib/help/mvccontrib_testhelper/js/navigation.js +11 -0
- data/lib/help/mvccontrib_testhelper/main.css +208 -0
- metadata +483 -0
|
@@ -0,0 +1,810 @@
|
|
|
1
|
+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
|
2
|
+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<title>ModelViewPage<T> - MVCContrib Documentation</title>
|
|
5
|
+
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>
|
|
6
|
+
<link type="text/css" rel="stylesheet" href="../main.css"/>
|
|
7
|
+
<script type="text/javascript" src="../js/jquery-1.3.2.min.js"></script>
|
|
8
|
+
<script type="text/javascript" src="../js/jquery.scrollTo-min.js"></script>
|
|
9
|
+
<script type="text/javascript" src="../js/navigation.js"></script>
|
|
10
|
+
</head>
|
|
11
|
+
<body><div id="namespaces">
|
|
12
|
+
<h2 class="fixed">Namespaces</h2>
|
|
13
|
+
<div class="scroll">
|
|
14
|
+
<ul><li>
|
|
15
|
+
<a href="../MvcContrib.FluentHtml/index.htm" class="current">MvcContrib.FluentHtml</a>
|
|
16
|
+
</li><li>
|
|
17
|
+
<a href="../MvcContrib.FluentHtml.Behaviors/index.htm">MvcContrib.FluentHtml.Behaviors</a>
|
|
18
|
+
</li><li>
|
|
19
|
+
<a href="../MvcContrib.FluentHtml.Elements/index.htm">MvcContrib.FluentHtml.Elements</a>
|
|
20
|
+
</li><li>
|
|
21
|
+
<a href="../MvcContrib.FluentHtml.Expressions/index.htm">MvcContrib.FluentHtml.Expressions</a>
|
|
22
|
+
</li><li>
|
|
23
|
+
<a href="../MvcContrib.FluentHtml.Html/index.htm">MvcContrib.FluentHtml.Html</a>
|
|
24
|
+
</li>
|
|
25
|
+
</ul>
|
|
26
|
+
</div>
|
|
27
|
+
</div><div id="types">
|
|
28
|
+
<h2 class="fixed">Types in MvcContrib.FluentHtml</h2>
|
|
29
|
+
<div class="scroll">
|
|
30
|
+
<ul><li>
|
|
31
|
+
<a href="../MvcContrib.FluentHtml/IViewModelContainer`1.htm">IViewModelContainer<T></a>
|
|
32
|
+
</li><li>
|
|
33
|
+
<a href="../MvcContrib.FluentHtml/ModelStateDictionaryExtensions.htm">ModelStateDictionaryExtensions</a>
|
|
34
|
+
</li><li>
|
|
35
|
+
<a href="../MvcContrib.FluentHtml/ModelViewMasterPage`1.htm">ModelViewMasterPage<T></a>
|
|
36
|
+
</li><li>
|
|
37
|
+
<a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm" class="current">ModelViewPage<T></a>
|
|
38
|
+
</li><li>
|
|
39
|
+
<a href="../MvcContrib.FluentHtml/ModelViewUserControl`1.htm">ModelViewUserControl<T></a>
|
|
40
|
+
</li><li>
|
|
41
|
+
<a href="../MvcContrib.FluentHtml/PartialNameConventionService.htm">PartialNameConventionService</a>
|
|
42
|
+
</li><li>
|
|
43
|
+
<a href="../MvcContrib.FluentHtml/PartialRenderer`2.htm">PartialRenderer<T, TPartialViewModel></a>
|
|
44
|
+
</li><li>
|
|
45
|
+
<a href="../MvcContrib.FluentHtml/StringExtensions.htm">StringExtensions</a>
|
|
46
|
+
</li><li>
|
|
47
|
+
<a href="../MvcContrib.FluentHtml/ViewDataContainerExtensions.htm">ViewDataContainerExtensions</a>
|
|
48
|
+
</li><li>
|
|
49
|
+
<a href="../MvcContrib.FluentHtml/ViewModelContainerExtensions.htm">ViewModelContainerExtensions</a>
|
|
50
|
+
</li>
|
|
51
|
+
</ul>
|
|
52
|
+
</div>
|
|
53
|
+
</div>
|
|
54
|
+
<div class="header">
|
|
55
|
+
<p class="class"><strong>Type</strong> ModelViewPage<T></p>
|
|
56
|
+
<p><strong>Namespace</strong> MvcContrib.FluentHtml</p><p><strong>Parent</strong> <span title="System.Web.Mvc.ViewPage<T>">ViewPage<T></span></p><p><strong>Interfaces</strong> <a href="../MvcContrib.FluentHtml/IViewModelContainer`1.htm">IViewModelContainer<T></a></p>
|
|
57
|
+
</div>
|
|
58
|
+
<div class="sub-header">
|
|
59
|
+
|
|
60
|
+
<h3 class="section">Events</h3>
|
|
61
|
+
<ul><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#LoadComplete">LoadComplete</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#PreInit">PreInit</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#PreLoad">PreLoad</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#PreRenderComplete">PreRenderComplete</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#InitComplete">InitComplete</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#SaveStateComplete">SaveStateComplete</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#CommitTransaction">CommitTransaction</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#AbortTransaction">AbortTransaction</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#Error">Error</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#Disposed">Disposed</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#DataBinding">DataBinding</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#Init">Init</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#Load">Load</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#PreRender">PreRender</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#Unload">Unload</a></li>
|
|
62
|
+
</ul>
|
|
63
|
+
|
|
64
|
+
<h3 class="section">Methods</h3>
|
|
65
|
+
<ul><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#AddOnPreRenderCompleteAsync">AddOnPreRenderCompleteAsync</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#AddOnPreRenderCompleteAsync">AddOnPreRenderCompleteAsync</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#ExecuteRegisteredAsyncTasks">ExecuteRegisteredAsyncTasks</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#GetDataItem">GetDataItem</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#GetPostBackClientEvent">GetPostBackClientEvent</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#GetPostBackClientHyperlink">GetPostBackClientHyperlink</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#GetPostBackEventReference">GetPostBackEventReference</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#GetPostBackEventReference">GetPostBackEventReference</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#GetTypeHashCode">GetTypeHashCode</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#GetValidators">GetValidators</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#InitHelpers">InitHelpers</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#IsClientScriptBlockRegistered">IsClientScriptBlockRegistered</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#IsStartupScriptRegistered">IsStartupScriptRegistered</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#ProcessRequest">ProcessRequest</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#RegisterArrayDeclaration">RegisterArrayDeclaration</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#RegisterAsyncTask">RegisterAsyncTask</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#RegisterClientScriptBlock">RegisterClientScriptBlock</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#RegisterHiddenField">RegisterHiddenField</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#RegisterOnSubmitStatement">RegisterOnSubmitStatement</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#RegisterRequiresControlState">RegisterRequiresControlState</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#RegisterRequiresPostBack">RegisterRequiresPostBack</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#RegisterRequiresRaiseEvent">RegisterRequiresRaiseEvent</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#RegisterRequiresViewStateEncryption">RegisterRequiresViewStateEncryption</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#RegisterStartupScript">RegisterStartupScript</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#RegisterViewStateHandler">RegisterViewStateHandler</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#RenderView">RenderView</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#RequiresControlState">RequiresControlState</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#SetFocus">SetFocus</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#SetFocus">SetFocus</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#SetTextWriter">SetTextWriter</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#UnregisterRequiresControlState">UnregisterRequiresControlState</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#Validate">Validate</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#Validate">Validate</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#VerifyRenderingInServerForm">VerifyRenderingInServerForm</a></li>
|
|
66
|
+
</ul>
|
|
67
|
+
|
|
68
|
+
<h3 class="section">Properties</h3>
|
|
69
|
+
<ul><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#Ajax">Ajax</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#Application">Application</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#AppRelativeTemplateSourceDirectory">AppRelativeTemplateSourceDirectory</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#AppRelativeVirtualPath">AppRelativeVirtualPath</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#AsyncTimeout">AsyncTimeout</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#AutoPostBackControl">AutoPostBackControl</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#Behaviors">Behaviors</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#BindingContainer">BindingContainer</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#Buffer">Buffer</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#Cache">Cache</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#ClientID">ClientID</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#ClientQueryString">ClientQueryString</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#ClientScript">ClientScript</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#ClientTarget">ClientTarget</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#CodePage">CodePage</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#ContentType">ContentType</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#Controls">Controls</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#Culture">Culture</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#EnableEventValidation">EnableEventValidation</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#EnableTheming">EnableTheming</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#EnableViewState">EnableViewState</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#EnableViewStateMac">EnableViewStateMac</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#ErrorPage">ErrorPage</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#Form">Form</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#Header">Header</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#Html">Html</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#HtmlNamePrefix">HtmlNamePrefix</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#ID">ID</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#IdSeparator">IdSeparator</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#IsAsync">IsAsync</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#IsCallback">IsCallback</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#IsCrossPagePostBack">IsCrossPagePostBack</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#IsPostBack">IsPostBack</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#IsPostBackEventControlRegistered">IsPostBackEventControlRegistered</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#IsReusable">IsReusable</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#IsValid">IsValid</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#Items">Items</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#LCID">LCID</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#MaintainScrollPositionOnPostBack">MaintainScrollPositionOnPostBack</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#Master">Master</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#MasterLocation">MasterLocation</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#MasterPageFile">MasterPageFile</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#MaxPageStateFieldLength">MaxPageStateFieldLength</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#Model">Model</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#NamingContainer">NamingContainer</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#Page">Page</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#PageAdapter">PageAdapter</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#Parent">Parent</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#PreviousPage">PreviousPage</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#Request">Request</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#Response">Response</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#ResponseEncoding">ResponseEncoding</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#Server">Server</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#Session">Session</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#Site">Site</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#SkinID">SkinID</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#SmartNavigation">SmartNavigation</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#StyleSheetTheme">StyleSheetTheme</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#TempData">TempData</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#TemplateControl">TemplateControl</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#TemplateSourceDirectory">TemplateSourceDirectory</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#Theme">Theme</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#Title">Title</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#Trace">Trace</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#TraceEnabled">TraceEnabled</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#TraceModeValue">TraceModeValue</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#UICulture">UICulture</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#UniqueID">UniqueID</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#Url">Url</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#User">User</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#Validators">Validators</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#ViewContext">ViewContext</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#ViewData">ViewData</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#ViewModel">ViewModel</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#ViewStateEncryptionMode">ViewStateEncryptionMode</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#ViewStateUserKey">ViewStateUserKey</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#Visible">Visible</a></li><li><a href="../MvcContrib.FluentHtml/ModelViewPage`1.htm#Writer">Writer</a></li>
|
|
70
|
+
</ul>
|
|
71
|
+
|
|
72
|
+
</div>
|
|
73
|
+
|
|
74
|
+
<h3 class="section">Events</h3>
|
|
75
|
+
<div id="LoadComplete" class="method">
|
|
76
|
+
<h4><strong>LoadComplete</strong></h4>
|
|
77
|
+
<div class="content">
|
|
78
|
+
</div>
|
|
79
|
+
</div><div id="PreInit" class="method">
|
|
80
|
+
<h4><strong>PreInit</strong></h4>
|
|
81
|
+
<div class="content">
|
|
82
|
+
</div>
|
|
83
|
+
</div><div id="PreLoad" class="method">
|
|
84
|
+
<h4><strong>PreLoad</strong></h4>
|
|
85
|
+
<div class="content">
|
|
86
|
+
</div>
|
|
87
|
+
</div><div id="PreRenderComplete" class="method">
|
|
88
|
+
<h4><strong>PreRenderComplete</strong></h4>
|
|
89
|
+
<div class="content">
|
|
90
|
+
</div>
|
|
91
|
+
</div><div id="InitComplete" class="method">
|
|
92
|
+
<h4><strong>InitComplete</strong></h4>
|
|
93
|
+
<div class="content">
|
|
94
|
+
</div>
|
|
95
|
+
</div><div id="SaveStateComplete" class="method">
|
|
96
|
+
<h4><strong>SaveStateComplete</strong></h4>
|
|
97
|
+
<div class="content">
|
|
98
|
+
</div>
|
|
99
|
+
</div><div id="CommitTransaction" class="method">
|
|
100
|
+
<h4><strong>CommitTransaction</strong></h4>
|
|
101
|
+
<div class="content">
|
|
102
|
+
</div>
|
|
103
|
+
</div><div id="AbortTransaction" class="method">
|
|
104
|
+
<h4><strong>AbortTransaction</strong></h4>
|
|
105
|
+
<div class="content">
|
|
106
|
+
</div>
|
|
107
|
+
</div><div id="Error" class="method">
|
|
108
|
+
<h4><strong>Error</strong></h4>
|
|
109
|
+
<div class="content">
|
|
110
|
+
</div>
|
|
111
|
+
</div><div id="Disposed" class="method">
|
|
112
|
+
<h4><strong>Disposed</strong></h4>
|
|
113
|
+
<div class="content">
|
|
114
|
+
</div>
|
|
115
|
+
</div><div id="DataBinding" class="method">
|
|
116
|
+
<h4><strong>DataBinding</strong></h4>
|
|
117
|
+
<div class="content">
|
|
118
|
+
</div>
|
|
119
|
+
</div><div id="Init" class="method">
|
|
120
|
+
<h4><strong>Init</strong></h4>
|
|
121
|
+
<div class="content">
|
|
122
|
+
</div>
|
|
123
|
+
</div><div id="Load" class="method">
|
|
124
|
+
<h4><strong>Load</strong></h4>
|
|
125
|
+
<div class="content">
|
|
126
|
+
</div>
|
|
127
|
+
</div><div id="PreRender" class="method">
|
|
128
|
+
<h4><strong>PreRender</strong></h4>
|
|
129
|
+
<div class="content">
|
|
130
|
+
</div>
|
|
131
|
+
</div><div id="Unload" class="method">
|
|
132
|
+
<h4><strong>Unload</strong></h4>
|
|
133
|
+
<div class="content">
|
|
134
|
+
</div>
|
|
135
|
+
</div>
|
|
136
|
+
|
|
137
|
+
<h3 class="section">Public instance methods</h3>
|
|
138
|
+
<div id="AddOnPreRenderCompleteAsync" class="method">
|
|
139
|
+
<h4><span title="System.void">void</span> <strong>AddOnPreRenderCompleteAsync</strong>(<span title="System.Web.BeginEventHandler">BeginEventHandler</span> beginHandler, <span title="System.Web.EndEventHandler">EndEventHandler</span> endHandler, <span title="System.object">object</span> state)</h4>
|
|
140
|
+
<div class="content">
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
</div>
|
|
146
|
+
</div><div id="AddOnPreRenderCompleteAsync" class="method">
|
|
147
|
+
<h4><span title="System.void">void</span> <strong>AddOnPreRenderCompleteAsync</strong>(<span title="System.Web.BeginEventHandler">BeginEventHandler</span> beginHandler, <span title="System.Web.EndEventHandler">EndEventHandler</span> endHandler)</h4>
|
|
148
|
+
<div class="content">
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
</div>
|
|
154
|
+
</div><div id="ExecuteRegisteredAsyncTasks" class="method">
|
|
155
|
+
<h4><span title="System.void">void</span> <strong>ExecuteRegisteredAsyncTasks</strong>()</h4>
|
|
156
|
+
<div class="content">
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
</div>
|
|
162
|
+
</div><div id="GetDataItem" class="method">
|
|
163
|
+
<h4><span title="System.object">object</span> <strong>GetDataItem</strong>()</h4>
|
|
164
|
+
<div class="content">
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
</div>
|
|
170
|
+
</div><div id="GetPostBackClientEvent" class="method">
|
|
171
|
+
<h4><span title="System.string">string</span> <strong>GetPostBackClientEvent</strong>(<span title="System.Web.UI.Control">Control</span> control, <span title="System.string">string</span> argument)</h4>
|
|
172
|
+
<div class="content">
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
</div>
|
|
178
|
+
</div><div id="GetPostBackClientHyperlink" class="method">
|
|
179
|
+
<h4><span title="System.string">string</span> <strong>GetPostBackClientHyperlink</strong>(<span title="System.Web.UI.Control">Control</span> control, <span title="System.string">string</span> argument)</h4>
|
|
180
|
+
<div class="content">
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
</div>
|
|
186
|
+
</div><div id="GetPostBackEventReference" class="method">
|
|
187
|
+
<h4><span title="System.string">string</span> <strong>GetPostBackEventReference</strong>(<span title="System.Web.UI.Control">Control</span> control, <span title="System.string">string</span> argument)</h4>
|
|
188
|
+
<div class="content">
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
</div>
|
|
194
|
+
</div><div id="GetPostBackEventReference" class="method">
|
|
195
|
+
<h4><span title="System.string">string</span> <strong>GetPostBackEventReference</strong>(<span title="System.Web.UI.Control">Control</span> control)</h4>
|
|
196
|
+
<div class="content">
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
</div>
|
|
202
|
+
</div><div id="GetTypeHashCode" class="method">
|
|
203
|
+
<h4><span title="System.int">int</span> <strong>GetTypeHashCode</strong>()</h4>
|
|
204
|
+
<div class="content">
|
|
205
|
+
|
|
206
|
+
|
|
207
|
+
|
|
208
|
+
|
|
209
|
+
</div>
|
|
210
|
+
</div><div id="GetValidators" class="method">
|
|
211
|
+
<h4><span title="System.Web.UI.ValidatorCollection">ValidatorCollection</span> <strong>GetValidators</strong>(<span title="System.string">string</span> validationGroup)</h4>
|
|
212
|
+
<div class="content">
|
|
213
|
+
|
|
214
|
+
|
|
215
|
+
|
|
216
|
+
|
|
217
|
+
</div>
|
|
218
|
+
</div><div id="InitHelpers" class="method">
|
|
219
|
+
<h4><span title="System.void">void</span> <strong>InitHelpers</strong>()</h4>
|
|
220
|
+
<div class="content">
|
|
221
|
+
|
|
222
|
+
|
|
223
|
+
|
|
224
|
+
|
|
225
|
+
</div>
|
|
226
|
+
</div><div id="IsClientScriptBlockRegistered" class="method">
|
|
227
|
+
<h4><span title="System.bool">bool</span> <strong>IsClientScriptBlockRegistered</strong>(<span title="System.string">string</span> key)</h4>
|
|
228
|
+
<div class="content">
|
|
229
|
+
|
|
230
|
+
|
|
231
|
+
|
|
232
|
+
|
|
233
|
+
</div>
|
|
234
|
+
</div><div id="IsStartupScriptRegistered" class="method">
|
|
235
|
+
<h4><span title="System.bool">bool</span> <strong>IsStartupScriptRegistered</strong>(<span title="System.string">string</span> key)</h4>
|
|
236
|
+
<div class="content">
|
|
237
|
+
|
|
238
|
+
|
|
239
|
+
|
|
240
|
+
|
|
241
|
+
</div>
|
|
242
|
+
</div><div id="ProcessRequest" class="method">
|
|
243
|
+
<h4><span title="System.void">void</span> <strong>ProcessRequest</strong>(<span title="System.Web.HttpContext">HttpContext</span> context)</h4>
|
|
244
|
+
<div class="content">
|
|
245
|
+
|
|
246
|
+
|
|
247
|
+
|
|
248
|
+
|
|
249
|
+
</div>
|
|
250
|
+
</div><div id="RegisterArrayDeclaration" class="method">
|
|
251
|
+
<h4><span title="System.void">void</span> <strong>RegisterArrayDeclaration</strong>(<span title="System.string">string</span> arrayName, <span title="System.string">string</span> arrayValue)</h4>
|
|
252
|
+
<div class="content">
|
|
253
|
+
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
|
|
257
|
+
</div>
|
|
258
|
+
</div><div id="RegisterAsyncTask" class="method">
|
|
259
|
+
<h4><span title="System.void">void</span> <strong>RegisterAsyncTask</strong>(<span title="System.Web.UI.PageAsyncTask">PageAsyncTask</span> task)</h4>
|
|
260
|
+
<div class="content">
|
|
261
|
+
|
|
262
|
+
|
|
263
|
+
|
|
264
|
+
|
|
265
|
+
</div>
|
|
266
|
+
</div><div id="RegisterClientScriptBlock" class="method">
|
|
267
|
+
<h4><span title="System.void">void</span> <strong>RegisterClientScriptBlock</strong>(<span title="System.string">string</span> key, <span title="System.string">string</span> script)</h4>
|
|
268
|
+
<div class="content">
|
|
269
|
+
|
|
270
|
+
|
|
271
|
+
|
|
272
|
+
|
|
273
|
+
</div>
|
|
274
|
+
</div><div id="RegisterHiddenField" class="method">
|
|
275
|
+
<h4><span title="System.void">void</span> <strong>RegisterHiddenField</strong>(<span title="System.string">string</span> hiddenFieldName, <span title="System.string">string</span> hiddenFieldInitialValue)</h4>
|
|
276
|
+
<div class="content">
|
|
277
|
+
|
|
278
|
+
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
</div>
|
|
282
|
+
</div><div id="RegisterOnSubmitStatement" class="method">
|
|
283
|
+
<h4><span title="System.void">void</span> <strong>RegisterOnSubmitStatement</strong>(<span title="System.string">string</span> key, <span title="System.string">string</span> script)</h4>
|
|
284
|
+
<div class="content">
|
|
285
|
+
|
|
286
|
+
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
</div>
|
|
290
|
+
</div><div id="RegisterRequiresControlState" class="method">
|
|
291
|
+
<h4><span title="System.void">void</span> <strong>RegisterRequiresControlState</strong>(<span title="System.Web.UI.Control">Control</span> control)</h4>
|
|
292
|
+
<div class="content">
|
|
293
|
+
|
|
294
|
+
|
|
295
|
+
|
|
296
|
+
|
|
297
|
+
</div>
|
|
298
|
+
</div><div id="RegisterRequiresPostBack" class="method">
|
|
299
|
+
<h4><span title="System.void">void</span> <strong>RegisterRequiresPostBack</strong>(<span title="System.Web.UI.Control">Control</span> control)</h4>
|
|
300
|
+
<div class="content">
|
|
301
|
+
|
|
302
|
+
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
</div>
|
|
306
|
+
</div><div id="RegisterRequiresRaiseEvent" class="method">
|
|
307
|
+
<h4><span title="System.void">void</span> <strong>RegisterRequiresRaiseEvent</strong>(<span title="System.Web.UI.IPostBackEventHandler">IPostBackEventHandler</span> control)</h4>
|
|
308
|
+
<div class="content">
|
|
309
|
+
|
|
310
|
+
|
|
311
|
+
|
|
312
|
+
|
|
313
|
+
</div>
|
|
314
|
+
</div><div id="RegisterRequiresViewStateEncryption" class="method">
|
|
315
|
+
<h4><span title="System.void">void</span> <strong>RegisterRequiresViewStateEncryption</strong>()</h4>
|
|
316
|
+
<div class="content">
|
|
317
|
+
|
|
318
|
+
|
|
319
|
+
|
|
320
|
+
|
|
321
|
+
</div>
|
|
322
|
+
</div><div id="RegisterStartupScript" class="method">
|
|
323
|
+
<h4><span title="System.void">void</span> <strong>RegisterStartupScript</strong>(<span title="System.string">string</span> key, <span title="System.string">string</span> script)</h4>
|
|
324
|
+
<div class="content">
|
|
325
|
+
|
|
326
|
+
|
|
327
|
+
|
|
328
|
+
|
|
329
|
+
</div>
|
|
330
|
+
</div><div id="RegisterViewStateHandler" class="method">
|
|
331
|
+
<h4><span title="System.void">void</span> <strong>RegisterViewStateHandler</strong>()</h4>
|
|
332
|
+
<div class="content">
|
|
333
|
+
|
|
334
|
+
|
|
335
|
+
|
|
336
|
+
|
|
337
|
+
</div>
|
|
338
|
+
</div><div id="RenderView" class="method">
|
|
339
|
+
<h4><span title="System.void">void</span> <strong>RenderView</strong>(<span title="System.Web.Mvc.ViewContext">ViewContext</span> viewContext)</h4>
|
|
340
|
+
<div class="content">
|
|
341
|
+
|
|
342
|
+
|
|
343
|
+
|
|
344
|
+
|
|
345
|
+
</div>
|
|
346
|
+
</div><div id="RequiresControlState" class="method">
|
|
347
|
+
<h4><span title="System.bool">bool</span> <strong>RequiresControlState</strong>(<span title="System.Web.UI.Control">Control</span> control)</h4>
|
|
348
|
+
<div class="content">
|
|
349
|
+
|
|
350
|
+
|
|
351
|
+
|
|
352
|
+
|
|
353
|
+
</div>
|
|
354
|
+
</div><div id="SetFocus" class="method">
|
|
355
|
+
<h4><span title="System.void">void</span> <strong>SetFocus</strong>(<span title="System.Web.UI.Control">Control</span> control)</h4>
|
|
356
|
+
<div class="content">
|
|
357
|
+
|
|
358
|
+
|
|
359
|
+
|
|
360
|
+
|
|
361
|
+
</div>
|
|
362
|
+
</div><div id="SetFocus" class="method">
|
|
363
|
+
<h4><span title="System.void">void</span> <strong>SetFocus</strong>(<span title="System.string">string</span> clientID)</h4>
|
|
364
|
+
<div class="content">
|
|
365
|
+
|
|
366
|
+
|
|
367
|
+
|
|
368
|
+
|
|
369
|
+
</div>
|
|
370
|
+
</div><div id="SetTextWriter" class="method">
|
|
371
|
+
<h4><span title="System.void">void</span> <strong>SetTextWriter</strong>(<span title="System.IO.TextWriter">TextWriter</span> textWriter)</h4>
|
|
372
|
+
<div class="content">
|
|
373
|
+
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
|
|
377
|
+
</div>
|
|
378
|
+
</div><div id="UnregisterRequiresControlState" class="method">
|
|
379
|
+
<h4><span title="System.void">void</span> <strong>UnregisterRequiresControlState</strong>(<span title="System.Web.UI.Control">Control</span> control)</h4>
|
|
380
|
+
<div class="content">
|
|
381
|
+
|
|
382
|
+
|
|
383
|
+
|
|
384
|
+
|
|
385
|
+
</div>
|
|
386
|
+
</div><div id="Validate" class="method">
|
|
387
|
+
<h4><span title="System.void">void</span> <strong>Validate</strong>()</h4>
|
|
388
|
+
<div class="content">
|
|
389
|
+
|
|
390
|
+
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
</div>
|
|
394
|
+
</div><div id="Validate" class="method">
|
|
395
|
+
<h4><span title="System.void">void</span> <strong>Validate</strong>(<span title="System.string">string</span> validationGroup)</h4>
|
|
396
|
+
<div class="content">
|
|
397
|
+
|
|
398
|
+
|
|
399
|
+
|
|
400
|
+
|
|
401
|
+
</div>
|
|
402
|
+
</div><div id="VerifyRenderingInServerForm" class="method">
|
|
403
|
+
<h4><span title="System.void">void</span> <strong>VerifyRenderingInServerForm</strong>(<span title="System.Web.UI.Control">Control</span> control)</h4>
|
|
404
|
+
<div class="content">
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
|
|
408
|
+
|
|
409
|
+
</div>
|
|
410
|
+
</div>
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
<h3 class="section">Public properties</h3>
|
|
414
|
+
<div id="Ajax" class="method">
|
|
415
|
+
<h4><span title="System.Web.Mvc.AjaxHelper<T>">AjaxHelper<T></span> <strong>Ajax</strong> get; set;</h4>
|
|
416
|
+
<div class="content">
|
|
417
|
+
|
|
418
|
+
</div>
|
|
419
|
+
</div><div id="Application" class="method">
|
|
420
|
+
<h4><span title="System.Web.HttpApplicationState">HttpApplicationState</span> <strong>Application</strong> get; </h4>
|
|
421
|
+
<div class="content">
|
|
422
|
+
|
|
423
|
+
</div>
|
|
424
|
+
</div><div id="AppRelativeTemplateSourceDirectory" class="method">
|
|
425
|
+
<h4><span title="System.string">string</span> <strong>AppRelativeTemplateSourceDirectory</strong> get; set;</h4>
|
|
426
|
+
<div class="content">
|
|
427
|
+
|
|
428
|
+
</div>
|
|
429
|
+
</div><div id="AppRelativeVirtualPath" class="method">
|
|
430
|
+
<h4><span title="System.string">string</span> <strong>AppRelativeVirtualPath</strong> get; set;</h4>
|
|
431
|
+
<div class="content">
|
|
432
|
+
|
|
433
|
+
</div>
|
|
434
|
+
</div><div id="AsyncTimeout" class="method">
|
|
435
|
+
<h4><span title="System.TimeSpan">TimeSpan</span> <strong>AsyncTimeout</strong> get; set;</h4>
|
|
436
|
+
<div class="content">
|
|
437
|
+
|
|
438
|
+
</div>
|
|
439
|
+
</div><div id="AutoPostBackControl" class="method">
|
|
440
|
+
<h4><span title="System.Web.UI.Control">Control</span> <strong>AutoPostBackControl</strong> get; set;</h4>
|
|
441
|
+
<div class="content">
|
|
442
|
+
|
|
443
|
+
</div>
|
|
444
|
+
</div><div id="Behaviors" class="method">
|
|
445
|
+
<h4><span title="System.Collections.Generic.IEnumerable<IBehaviorMarker>">IEnumerable<IBehaviorMarker></span> <strong>Behaviors</strong> get; </h4>
|
|
446
|
+
<div class="content">
|
|
447
|
+
|
|
448
|
+
</div>
|
|
449
|
+
</div><div id="BindingContainer" class="method">
|
|
450
|
+
<h4><span title="System.Web.UI.Control">Control</span> <strong>BindingContainer</strong> get; </h4>
|
|
451
|
+
<div class="content">
|
|
452
|
+
|
|
453
|
+
</div>
|
|
454
|
+
</div><div id="Buffer" class="method">
|
|
455
|
+
<h4><span title="System.bool">bool</span> <strong>Buffer</strong> get; set;</h4>
|
|
456
|
+
<div class="content">
|
|
457
|
+
|
|
458
|
+
</div>
|
|
459
|
+
</div><div id="Cache" class="method">
|
|
460
|
+
<h4><span title="System.Web.Caching.Cache">Cache</span> <strong>Cache</strong> get; </h4>
|
|
461
|
+
<div class="content">
|
|
462
|
+
|
|
463
|
+
</div>
|
|
464
|
+
</div><div id="ClientID" class="method">
|
|
465
|
+
<h4><span title="System.string">string</span> <strong>ClientID</strong> get; </h4>
|
|
466
|
+
<div class="content">
|
|
467
|
+
|
|
468
|
+
</div>
|
|
469
|
+
</div><div id="ClientQueryString" class="method">
|
|
470
|
+
<h4><span title="System.string">string</span> <strong>ClientQueryString</strong> get; </h4>
|
|
471
|
+
<div class="content">
|
|
472
|
+
|
|
473
|
+
</div>
|
|
474
|
+
</div><div id="ClientScript" class="method">
|
|
475
|
+
<h4><span title="System.Web.UI.ClientScriptManager">ClientScriptManager</span> <strong>ClientScript</strong> get; </h4>
|
|
476
|
+
<div class="content">
|
|
477
|
+
|
|
478
|
+
</div>
|
|
479
|
+
</div><div id="ClientTarget" class="method">
|
|
480
|
+
<h4><span title="System.string">string</span> <strong>ClientTarget</strong> get; set;</h4>
|
|
481
|
+
<div class="content">
|
|
482
|
+
|
|
483
|
+
</div>
|
|
484
|
+
</div><div id="CodePage" class="method">
|
|
485
|
+
<h4><span title="System.int">int</span> <strong>CodePage</strong> get; set;</h4>
|
|
486
|
+
<div class="content">
|
|
487
|
+
|
|
488
|
+
</div>
|
|
489
|
+
</div><div id="ContentType" class="method">
|
|
490
|
+
<h4><span title="System.string">string</span> <strong>ContentType</strong> get; set;</h4>
|
|
491
|
+
<div class="content">
|
|
492
|
+
|
|
493
|
+
</div>
|
|
494
|
+
</div><div id="Controls" class="method">
|
|
495
|
+
<h4><span title="System.Web.UI.ControlCollection">ControlCollection</span> <strong>Controls</strong> get; </h4>
|
|
496
|
+
<div class="content">
|
|
497
|
+
|
|
498
|
+
</div>
|
|
499
|
+
</div><div id="Culture" class="method">
|
|
500
|
+
<h4><span title="System.string">string</span> <strong>Culture</strong> get; set;</h4>
|
|
501
|
+
<div class="content">
|
|
502
|
+
|
|
503
|
+
</div>
|
|
504
|
+
</div><div id="EnableEventValidation" class="method">
|
|
505
|
+
<h4><span title="System.bool">bool</span> <strong>EnableEventValidation</strong> get; set;</h4>
|
|
506
|
+
<div class="content">
|
|
507
|
+
|
|
508
|
+
</div>
|
|
509
|
+
</div><div id="EnableTheming" class="method">
|
|
510
|
+
<h4><span title="System.bool">bool</span> <strong>EnableTheming</strong> get; set;</h4>
|
|
511
|
+
<div class="content">
|
|
512
|
+
|
|
513
|
+
</div>
|
|
514
|
+
</div><div id="EnableViewState" class="method">
|
|
515
|
+
<h4><span title="System.bool">bool</span> <strong>EnableViewState</strong> get; set;</h4>
|
|
516
|
+
<div class="content">
|
|
517
|
+
|
|
518
|
+
</div>
|
|
519
|
+
</div><div id="EnableViewStateMac" class="method">
|
|
520
|
+
<h4><span title="System.bool">bool</span> <strong>EnableViewStateMac</strong> get; set;</h4>
|
|
521
|
+
<div class="content">
|
|
522
|
+
|
|
523
|
+
</div>
|
|
524
|
+
</div><div id="ErrorPage" class="method">
|
|
525
|
+
<h4><span title="System.string">string</span> <strong>ErrorPage</strong> get; set;</h4>
|
|
526
|
+
<div class="content">
|
|
527
|
+
|
|
528
|
+
</div>
|
|
529
|
+
</div><div id="Form" class="method">
|
|
530
|
+
<h4><span title="System.Web.UI.HtmlControls.HtmlForm">HtmlForm</span> <strong>Form</strong> get; </h4>
|
|
531
|
+
<div class="content">
|
|
532
|
+
|
|
533
|
+
</div>
|
|
534
|
+
</div><div id="Header" class="method">
|
|
535
|
+
<h4><span title="System.Web.UI.HtmlControls.HtmlHead">HtmlHead</span> <strong>Header</strong> get; </h4>
|
|
536
|
+
<div class="content">
|
|
537
|
+
|
|
538
|
+
</div>
|
|
539
|
+
</div><div id="Html" class="method">
|
|
540
|
+
<h4><span title="System.Web.Mvc.HtmlHelper<T>">HtmlHelper<T></span> <strong>Html</strong> get; set;</h4>
|
|
541
|
+
<div class="content">
|
|
542
|
+
|
|
543
|
+
</div>
|
|
544
|
+
</div><div id="HtmlNamePrefix" class="method">
|
|
545
|
+
<h4><span title="System.string">string</span> <strong>HtmlNamePrefix</strong> get; set;</h4>
|
|
546
|
+
<div class="content">
|
|
547
|
+
|
|
548
|
+
</div>
|
|
549
|
+
</div><div id="ID" class="method">
|
|
550
|
+
<h4><span title="System.string">string</span> <strong>ID</strong> get; set;</h4>
|
|
551
|
+
<div class="content">
|
|
552
|
+
|
|
553
|
+
</div>
|
|
554
|
+
</div><div id="IdSeparator" class="method">
|
|
555
|
+
<h4><span title="System.Char">Char</span> <strong>IdSeparator</strong> get; </h4>
|
|
556
|
+
<div class="content">
|
|
557
|
+
|
|
558
|
+
</div>
|
|
559
|
+
</div><div id="IsAsync" class="method">
|
|
560
|
+
<h4><span title="System.bool">bool</span> <strong>IsAsync</strong> get; </h4>
|
|
561
|
+
<div class="content">
|
|
562
|
+
|
|
563
|
+
</div>
|
|
564
|
+
</div><div id="IsCallback" class="method">
|
|
565
|
+
<h4><span title="System.bool">bool</span> <strong>IsCallback</strong> get; </h4>
|
|
566
|
+
<div class="content">
|
|
567
|
+
|
|
568
|
+
</div>
|
|
569
|
+
</div><div id="IsCrossPagePostBack" class="method">
|
|
570
|
+
<h4><span title="System.bool">bool</span> <strong>IsCrossPagePostBack</strong> get; </h4>
|
|
571
|
+
<div class="content">
|
|
572
|
+
|
|
573
|
+
</div>
|
|
574
|
+
</div><div id="IsPostBack" class="method">
|
|
575
|
+
<h4><span title="System.bool">bool</span> <strong>IsPostBack</strong> get; </h4>
|
|
576
|
+
<div class="content">
|
|
577
|
+
|
|
578
|
+
</div>
|
|
579
|
+
</div><div id="IsPostBackEventControlRegistered" class="method">
|
|
580
|
+
<h4><span title="System.bool">bool</span> <strong>IsPostBackEventControlRegistered</strong> get; </h4>
|
|
581
|
+
<div class="content">
|
|
582
|
+
|
|
583
|
+
</div>
|
|
584
|
+
</div><div id="IsReusable" class="method">
|
|
585
|
+
<h4><span title="System.bool">bool</span> <strong>IsReusable</strong> get; </h4>
|
|
586
|
+
<div class="content">
|
|
587
|
+
|
|
588
|
+
</div>
|
|
589
|
+
</div><div id="IsValid" class="method">
|
|
590
|
+
<h4><span title="System.bool">bool</span> <strong>IsValid</strong> get; </h4>
|
|
591
|
+
<div class="content">
|
|
592
|
+
|
|
593
|
+
</div>
|
|
594
|
+
</div><div id="Items" class="method">
|
|
595
|
+
<h4><span title="System.Collections.IDictionary">IDictionary</span> <strong>Items</strong> get; </h4>
|
|
596
|
+
<div class="content">
|
|
597
|
+
|
|
598
|
+
</div>
|
|
599
|
+
</div><div id="LCID" class="method">
|
|
600
|
+
<h4><span title="System.int">int</span> <strong>LCID</strong> get; set;</h4>
|
|
601
|
+
<div class="content">
|
|
602
|
+
|
|
603
|
+
</div>
|
|
604
|
+
</div><div id="MaintainScrollPositionOnPostBack" class="method">
|
|
605
|
+
<h4><span title="System.bool">bool</span> <strong>MaintainScrollPositionOnPostBack</strong> get; set;</h4>
|
|
606
|
+
<div class="content">
|
|
607
|
+
|
|
608
|
+
</div>
|
|
609
|
+
</div><div id="Master" class="method">
|
|
610
|
+
<h4><span title="System.Web.UI.MasterPage">MasterPage</span> <strong>Master</strong> get; </h4>
|
|
611
|
+
<div class="content">
|
|
612
|
+
|
|
613
|
+
</div>
|
|
614
|
+
</div><div id="MasterLocation" class="method">
|
|
615
|
+
<h4><span title="System.string">string</span> <strong>MasterLocation</strong> get; set;</h4>
|
|
616
|
+
<div class="content">
|
|
617
|
+
|
|
618
|
+
</div>
|
|
619
|
+
</div><div id="MasterPageFile" class="method">
|
|
620
|
+
<h4><span title="System.string">string</span> <strong>MasterPageFile</strong> get; set;</h4>
|
|
621
|
+
<div class="content">
|
|
622
|
+
|
|
623
|
+
</div>
|
|
624
|
+
</div><div id="MaxPageStateFieldLength" class="method">
|
|
625
|
+
<h4><span title="System.int">int</span> <strong>MaxPageStateFieldLength</strong> get; set;</h4>
|
|
626
|
+
<div class="content">
|
|
627
|
+
|
|
628
|
+
</div>
|
|
629
|
+
</div><div id="Model" class="method">
|
|
630
|
+
<h4><span title="MvcContrib.FluentHtml.T">T</span> <strong>Model</strong> get; </h4>
|
|
631
|
+
<div class="content">
|
|
632
|
+
|
|
633
|
+
</div>
|
|
634
|
+
</div><div id="NamingContainer" class="method">
|
|
635
|
+
<h4><span title="System.Web.UI.Control">Control</span> <strong>NamingContainer</strong> get; </h4>
|
|
636
|
+
<div class="content">
|
|
637
|
+
|
|
638
|
+
</div>
|
|
639
|
+
</div><div id="Page" class="method">
|
|
640
|
+
<h4><span title="System.Web.UI.Page">Page</span> <strong>Page</strong> get; set;</h4>
|
|
641
|
+
<div class="content">
|
|
642
|
+
|
|
643
|
+
</div>
|
|
644
|
+
</div><div id="PageAdapter" class="method">
|
|
645
|
+
<h4><span title="System.Web.UI.Adapters.PageAdapter">PageAdapter</span> <strong>PageAdapter</strong> get; </h4>
|
|
646
|
+
<div class="content">
|
|
647
|
+
|
|
648
|
+
</div>
|
|
649
|
+
</div><div id="Parent" class="method">
|
|
650
|
+
<h4><span title="System.Web.UI.Control">Control</span> <strong>Parent</strong> get; </h4>
|
|
651
|
+
<div class="content">
|
|
652
|
+
|
|
653
|
+
</div>
|
|
654
|
+
</div><div id="PreviousPage" class="method">
|
|
655
|
+
<h4><span title="System.Web.UI.Page">Page</span> <strong>PreviousPage</strong> get; </h4>
|
|
656
|
+
<div class="content">
|
|
657
|
+
|
|
658
|
+
</div>
|
|
659
|
+
</div><div id="Request" class="method">
|
|
660
|
+
<h4><span title="System.Web.HttpRequest">HttpRequest</span> <strong>Request</strong> get; </h4>
|
|
661
|
+
<div class="content">
|
|
662
|
+
|
|
663
|
+
</div>
|
|
664
|
+
</div><div id="Response" class="method">
|
|
665
|
+
<h4><span title="System.Web.HttpResponse">HttpResponse</span> <strong>Response</strong> get; </h4>
|
|
666
|
+
<div class="content">
|
|
667
|
+
|
|
668
|
+
</div>
|
|
669
|
+
</div><div id="ResponseEncoding" class="method">
|
|
670
|
+
<h4><span title="System.string">string</span> <strong>ResponseEncoding</strong> get; set;</h4>
|
|
671
|
+
<div class="content">
|
|
672
|
+
|
|
673
|
+
</div>
|
|
674
|
+
</div><div id="Server" class="method">
|
|
675
|
+
<h4><span title="System.Web.HttpServerUtility">HttpServerUtility</span> <strong>Server</strong> get; </h4>
|
|
676
|
+
<div class="content">
|
|
677
|
+
|
|
678
|
+
</div>
|
|
679
|
+
</div><div id="Session" class="method">
|
|
680
|
+
<h4><span title="System.Web.SessionState.HttpSessionState">HttpSessionState</span> <strong>Session</strong> get; </h4>
|
|
681
|
+
<div class="content">
|
|
682
|
+
|
|
683
|
+
</div>
|
|
684
|
+
</div><div id="Site" class="method">
|
|
685
|
+
<h4><span title="System.ComponentModel.ISite">ISite</span> <strong>Site</strong> get; set;</h4>
|
|
686
|
+
<div class="content">
|
|
687
|
+
|
|
688
|
+
</div>
|
|
689
|
+
</div><div id="SkinID" class="method">
|
|
690
|
+
<h4><span title="System.string">string</span> <strong>SkinID</strong> get; set;</h4>
|
|
691
|
+
<div class="content">
|
|
692
|
+
|
|
693
|
+
</div>
|
|
694
|
+
</div><div id="SmartNavigation" class="method">
|
|
695
|
+
<h4><span title="System.bool">bool</span> <strong>SmartNavigation</strong> get; set;</h4>
|
|
696
|
+
<div class="content">
|
|
697
|
+
|
|
698
|
+
</div>
|
|
699
|
+
</div><div id="StyleSheetTheme" class="method">
|
|
700
|
+
<h4><span title="System.string">string</span> <strong>StyleSheetTheme</strong> get; set;</h4>
|
|
701
|
+
<div class="content">
|
|
702
|
+
|
|
703
|
+
</div>
|
|
704
|
+
</div><div id="TempData" class="method">
|
|
705
|
+
<h4><span title="System.Web.Mvc.TempDataDictionary">TempDataDictionary</span> <strong>TempData</strong> get; </h4>
|
|
706
|
+
<div class="content">
|
|
707
|
+
|
|
708
|
+
</div>
|
|
709
|
+
</div><div id="TemplateControl" class="method">
|
|
710
|
+
<h4><span title="System.Web.UI.TemplateControl">TemplateControl</span> <strong>TemplateControl</strong> get; set;</h4>
|
|
711
|
+
<div class="content">
|
|
712
|
+
|
|
713
|
+
</div>
|
|
714
|
+
</div><div id="TemplateSourceDirectory" class="method">
|
|
715
|
+
<h4><span title="System.string">string</span> <strong>TemplateSourceDirectory</strong> get; </h4>
|
|
716
|
+
<div class="content">
|
|
717
|
+
|
|
718
|
+
</div>
|
|
719
|
+
</div><div id="Theme" class="method">
|
|
720
|
+
<h4><span title="System.string">string</span> <strong>Theme</strong> get; set;</h4>
|
|
721
|
+
<div class="content">
|
|
722
|
+
|
|
723
|
+
</div>
|
|
724
|
+
</div><div id="Title" class="method">
|
|
725
|
+
<h4><span title="System.string">string</span> <strong>Title</strong> get; set;</h4>
|
|
726
|
+
<div class="content">
|
|
727
|
+
|
|
728
|
+
</div>
|
|
729
|
+
</div><div id="Trace" class="method">
|
|
730
|
+
<h4><span title="System.Web.TraceContext">TraceContext</span> <strong>Trace</strong> get; </h4>
|
|
731
|
+
<div class="content">
|
|
732
|
+
|
|
733
|
+
</div>
|
|
734
|
+
</div><div id="TraceEnabled" class="method">
|
|
735
|
+
<h4><span title="System.bool">bool</span> <strong>TraceEnabled</strong> get; set;</h4>
|
|
736
|
+
<div class="content">
|
|
737
|
+
|
|
738
|
+
</div>
|
|
739
|
+
</div><div id="TraceModeValue" class="method">
|
|
740
|
+
<h4><span title="System.Web.TraceMode">TraceMode</span> <strong>TraceModeValue</strong> get; set;</h4>
|
|
741
|
+
<div class="content">
|
|
742
|
+
|
|
743
|
+
</div>
|
|
744
|
+
</div><div id="UICulture" class="method">
|
|
745
|
+
<h4><span title="System.string">string</span> <strong>UICulture</strong> get; set;</h4>
|
|
746
|
+
<div class="content">
|
|
747
|
+
|
|
748
|
+
</div>
|
|
749
|
+
</div><div id="UniqueID" class="method">
|
|
750
|
+
<h4><span title="System.string">string</span> <strong>UniqueID</strong> get; </h4>
|
|
751
|
+
<div class="content">
|
|
752
|
+
|
|
753
|
+
</div>
|
|
754
|
+
</div><div id="Url" class="method">
|
|
755
|
+
<h4><span title="System.Web.Mvc.UrlHelper">UrlHelper</span> <strong>Url</strong> get; set;</h4>
|
|
756
|
+
<div class="content">
|
|
757
|
+
|
|
758
|
+
</div>
|
|
759
|
+
</div><div id="User" class="method">
|
|
760
|
+
<h4><span title="System.Security.Principal.IPrincipal">IPrincipal</span> <strong>User</strong> get; </h4>
|
|
761
|
+
<div class="content">
|
|
762
|
+
|
|
763
|
+
</div>
|
|
764
|
+
</div><div id="Validators" class="method">
|
|
765
|
+
<h4><span title="System.Web.UI.ValidatorCollection">ValidatorCollection</span> <strong>Validators</strong> get; </h4>
|
|
766
|
+
<div class="content">
|
|
767
|
+
|
|
768
|
+
</div>
|
|
769
|
+
</div><div id="ViewContext" class="method">
|
|
770
|
+
<h4><span title="System.Web.Mvc.ViewContext">ViewContext</span> <strong>ViewContext</strong> get; set;</h4>
|
|
771
|
+
<div class="content">
|
|
772
|
+
|
|
773
|
+
</div>
|
|
774
|
+
</div><div id="ViewData" class="method">
|
|
775
|
+
<h4><span title="System.Web.Mvc.ViewDataDictionary<T>">ViewDataDictionary<T></span> <strong>ViewData</strong> get; set;</h4>
|
|
776
|
+
<div class="content">
|
|
777
|
+
|
|
778
|
+
</div>
|
|
779
|
+
</div><div id="ViewModel" class="method">
|
|
780
|
+
<h4><span title="MvcContrib.FluentHtml.T">T</span> <strong>ViewModel</strong> get; </h4>
|
|
781
|
+
<div class="content">
|
|
782
|
+
|
|
783
|
+
</div>
|
|
784
|
+
</div><div id="ViewStateEncryptionMode" class="method">
|
|
785
|
+
<h4><span title="System.Web.UI.ViewStateEncryptionMode">ViewStateEncryptionMode</span> <strong>ViewStateEncryptionMode</strong> get; set;</h4>
|
|
786
|
+
<div class="content">
|
|
787
|
+
|
|
788
|
+
</div>
|
|
789
|
+
</div><div id="ViewStateUserKey" class="method">
|
|
790
|
+
<h4><span title="System.string">string</span> <strong>ViewStateUserKey</strong> get; set;</h4>
|
|
791
|
+
<div class="content">
|
|
792
|
+
|
|
793
|
+
</div>
|
|
794
|
+
</div><div id="Visible" class="method">
|
|
795
|
+
<h4><span title="System.bool">bool</span> <strong>Visible</strong> get; set;</h4>
|
|
796
|
+
<div class="content">
|
|
797
|
+
|
|
798
|
+
</div>
|
|
799
|
+
</div><div id="Writer" class="method">
|
|
800
|
+
<h4><span title="System.Web.UI.HtmlTextWriter">HtmlTextWriter</span> <strong>Writer</strong> get; </h4>
|
|
801
|
+
<div class="content">
|
|
802
|
+
|
|
803
|
+
</div>
|
|
804
|
+
</div>
|
|
805
|
+
<div id="footer">
|
|
806
|
+
<p>Based on v2.0.36.0 of MvcContrib.FluentHtml (MVCContrib)</p>
|
|
807
|
+
<p>Generated by <a href="http://docu.jagregory.com">docu</a></p>
|
|
808
|
+
</div>
|
|
809
|
+
</body>
|
|
810
|
+
</html>
|