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

KendoHelper Class

Helps WebViewPage in rendering Kendo-related elements.

Namespace:  Suoranta.WebApp.View
Assembly:  Suoranta.WebApp (in Suoranta.WebApp.dll)

Syntax


public class KendoHelper

Remarks


BundleConfig.cs must include the line
C#
bundles.Add(KendoHelper.WebAppBundle);
to register the WebApp ScriptBundle. All bundles are added automatically by [EnterpriseLibMvcApp] initializer.

Methods RenderKendoScripts()()()() and RenderKendoStyles()()()() can be utilized utilized "stand-alone".

Inheritance Hierarchy


Object
  Suoranta.WebApp.View..::..KendoHelper