Suoranta.WebApp.Types Namespace
Suoranta.WebApp - Developer API

WebViewPage Members

The WebViewPage type exposes the following members.

Constructors


  Name Description
Public method WebViewPage

Methods


  Name Description
Public method AddGoogleFonts
Public method AddWebAppModule
Protected method ConfigurePage(System.Web.WebPages.WebPageBase) (Inherited from WebViewPage.)
Protected method CreatePageFromVirtualPath(System.String,System.Web.HttpContextBase,System.Func{System.String, System.Boolean},System.Web.WebPages.DisplayModeProvider,System.Web.WebPages.IDisplayMode) (Inherited from WebPageBase.)
Public method DefineSection(System.String,System.Web.WebPages.SectionWriter) (Inherited from WebPageBase.)
Public method Equals(System.Object) (Inherited from Object.)
Public method Execute (Inherited from WebPageExecutingBase.)
Public method ExecutePageHierarchy (Inherited from WebViewPage.)
Public method ExecutePageHierarchy(System.Web.WebPages.WebPageContext,System.IO.TextWriter) (Inherited from WebPageBase.)
Public method ExecutePageHierarchy(System.Web.WebPages.WebPageContext,System.IO.TextWriter,System.Web.WebPages.WebPageRenderingBase) (Inherited from WebPageBase.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Href(System.String,System.Object[]) (Inherited from WebPageExecutingBase.)
Public method InitHelpers
Protected method InitializePage (Inherited from WebPageBase.)
Public method IsSectionDefined(System.String) (Inherited from WebPageBase.)
Protected method MemberwiseClone (Inherited from Object.)
Public method NormalizePath(System.String) (Inherited from WebPageExecutingBase.)
Public method PopContext (Inherited from WebPageBase.)
Public method PushContext(System.Web.WebPages.WebPageContext,System.IO.TextWriter) (Inherited from WebPageBase.)
Public method RenderBody (Inherited from WebPageBase.)
Public method RenderDocReady
Document.Ready script
Public method RenderHead
Renders page head element. In base implementation this includes scripts, styles and any statements generated for document ready event
Public method RenderHelpers
Renders widgets defined in ActiveHelpers.
Public method RenderLayoutScriptsFooter

Return Value

Html for entire view's scripting content that should not be included in head element
Public method RenderPage
Public method RenderScriptsHeader
Render non-Kendo script references that can be included in the head (excludes bootstrap bundle)
Protected method RenderScriptsOnLayout
Renders the scripts on the layout.
Public method RenderSection(System.String) (Inherited from WebPageBase.)
Public method RenderSection(System.String,System.Boolean) (Inherited from WebPageBase.)
Public method RenderStylesHeader
Render base and Kendo component styles
Protected method RenderStylesOnLayout
Renders the styles on the layout.
Public method RenderViewScripts
Render script block for view embedded scripts
Protected method SetViewData(System.Web.Mvc.ViewDataDictionary) (Inherited from WebViewPage.)
Public method ToString (Inherited from Object.)
Public method Write(System.Web.WebPages.HelperResult) (Inherited from WebPageBase.)
Public method Write(System.Object) (Inherited from WebPageBase.)
Public method WriteAttribute(System.String,System.Web.WebPages.Instrumentation.PositionTagged{System.String},System.Web.WebPages.Instrumentation.PositionTagged{System.String},System.Web.WebPages.AttributeValue[]) (Inherited from WebPageExecutingBase.)
Public method WriteAttributeTo(System.IO.TextWriter,System.String,System.Web.WebPages.Instrumentation.PositionTagged{System.String},System.Web.WebPages.Instrumentation.PositionTagged{System.String},System.Web.WebPages.AttributeValue[]) (Inherited from WebPageExecutingBase.)
Public method WriteLiteral(System.Object) (Inherited from WebPageBase.)

Properties


  Name Description
Public property ActiveHelpers
Controls which standard helper elements or widgets are rendered on the page.
Public property Ajax (Inherited from WebViewPage.)
Public property App (Inherited from WebPageExecutingBase.)
Public property Static member AppName
Public property AppState (Inherited from WebPageExecutingBase.)
Public property Cache (Inherited from WebPageRenderingBase.)
Public property Context (Inherited from WebViewPage.)
Public property Static member Conventions
Public property Culture (Inherited from WebPageRenderingBase.)
Public property Html
Gets or sets the HtmlHelper object that is used to render HTML elements.
Public property IsAjax (Inherited from WebPageRenderingBase.)
Public property IsPost (Inherited from WebPageRenderingBase.)
Public property Static member JsOptions
Public property Static member KendoHelper
Public property Layout (Inherited from WebPageBase.)
Public property LayoutViewScripts
Script references that are added to the head. Includes by default all the ScriptBundles registered in BundleTable. However, each instance of WebViewPage can customize the list.
Public property LayoutViewStyles
Style references that are added to the head. Includes by default all the StyleBundles registered in BundleTable. However, each instance of WebViewPage can customize the list.
Public property Model (Inherited from WebViewPage.)
Public property Output (Inherited from WebPageBase.)
Public property OutputStack (Inherited from WebPageBase.)
Public property Page (Inherited from WebPageBase.)
Public property PageContext (Inherited from WebPageRenderingBase.)
Public property PageData (Inherited from WebPageBase.)
Public property PageTitle
Gets or sets the

Field Value

content of HTML document title element (if HTML Head element is rendered by this class).
Public property Profile (Inherited from WebPageRenderingBase.)
Public property Request (Inherited from WebPageRenderingBase.)
Public property Response (Inherited from WebPageRenderingBase.)
Public property Server (Inherited from WebPageRenderingBase.)
Public property Session (Inherited from WebPageRenderingBase.)
Public property TempData (Inherited from WebViewPage.)
Public property TemplateInfo (Inherited from WebPageRenderingBase.)
Public property UICulture (Inherited from WebPageRenderingBase.)
Public property Url (Inherited from WebViewPage.)
Public property UrlData (Inherited from WebPageRenderingBase.)
Public property User (Inherited from WebPageRenderingBase.)
Public property ViewBag (Inherited from WebViewPage.)
Public property ViewContext (Inherited from WebViewPage.)
Public property ViewData (Inherited from WebViewPage.)
Protected property ViewReference
Public property VirtualPath (Inherited from WebPageExecutingBase.)
Public property VirtualPathFactory (Inherited from WebPageExecutingBase.)