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

WebViewPage Methods

The WebViewPage type exposes the following members.

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.)