Click or drag to resize
Includes Class
Providers helper methods to register includes in the WebView render mode.
Inheritance Hierarchy
SystemObject
  ConnectedApps.Cms.Sdk.UI.WebIncludes

Namespace: ConnectedApps.Cms.Sdk.UI.Web
Assembly: ConnectedApps.Cms.Sdk.UI (in ConnectedApps.Cms.Sdk.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public sealed class Includes

The Includes type exposes the following members.

Constructors
  NameDescription
Public methodIncludes
Initializes a new instance of the Includes class
Top
Methods
  NameDescription
Public methodStatic memberAddCssLink(String)
Adds a CSS link with the "screen" media attribute.
Public methodStatic memberAddCssLink(String, Int32)
Adds a CSS link with the "screen" media attribute.
Public methodStatic memberAddCssLink(String, String)
Adds a CSS link.
Public methodStatic memberAddCssLink(String, String, Int32)
Adds a CSS link.
Public methodStatic memberAddInclude
Adds an include.
Public methodStatic memberAddInlineCss(String)
Adds an in-line CSS block.
Public methodStatic memberAddInlineCss(String, Int32)
Adds an in-line CSS block.
Public methodStatic memberAddInlineScript(String)
Adds an in-line script block.
Public methodStatic memberAddInlineScript(String, Int32)
Adds an in-line script block.
Public methodStatic memberAddInlineScript(String, String)
Adds an in-line script block.
Public methodStatic memberAddInlineScript(String, String, Int32)
Adds an in-line script block.
Public methodStatic memberAddjQueryLink
Adds the jQuery include using the jQuery global value.
Public methodStatic memberAddjQueryLink(String)
Adds the jQuery include using the jQuery global value.
Public methodStatic memberAddScriptLink(String)
Adds a script link.
Public methodStatic memberAddScriptLink(String, Int32)
Adds a script link.
Public methodStatic memberAddScriptLink(String, String)
Adds a script link.
Public methodStatic memberAddScriptLink(String, String, Int32)
Adds a script link.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also