Class UserControlBase
Inheritance
UserControlBase
Implements
Inherited Members
Namespace: DotNetNuke.Framework
Assembly: DotNetNuke.dll
Syntax
public class UserControlBase : UserControl, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor, IFilterResolutionService, IAttributeAccessor, INamingContainer, IUserControlDesignerAccessor
Constructors
UserControlBase()
Declaration
public UserControlBase()
Properties
IsHostMenu
Declaration
public bool IsHostMenu { get; }
Property Value
Type | Description |
---|---|
bool |
PortalSettings
Declaration
[Browsable(false)]
public PortalSettings PortalSettings { get; }
Property Value
Type | Description |
---|---|
PortalSettings |
Methods
JavaScriptStringEncode(string)
Declaration
public static IHtmlString JavaScriptStringEncode(string value)
Parameters
Type | Name | Description |
---|---|---|
string | value |
Returns
Type | Description |
---|---|
IHtmlString |
JavaScriptStringEncode(string, bool)
Declaration
public static IHtmlString JavaScriptStringEncode(string value, bool addDoubleQuotes)
Parameters
Type | Name | Description |
---|---|---|
string | value | |
bool | addDoubleQuotes |
Returns
Type | Description |
---|---|
IHtmlString |