Show / Hide Table of Contents

Class ClientResourceInclude

Inheritance
object
Control
ClientResourceInclude
DnnCssInclude
DnnJsInclude
Implements
IComponent
IDisposable
IParserAccessor
IUrlResolutionService
IDataBindingsAccessor
IControlBuilderAccessor
IControlDesignerAccessor
IExpressionsAccessor
Inherited Members
Control.ResolveAdapter()
Control.HasEvents()
Control.GetRouteUrl(object)
Control.GetRouteUrl(string, object)
Control.GetRouteUrl(RouteValueDictionary)
Control.GetRouteUrl(string, RouteValueDictionary)
Control.GetUniqueIDRelativeTo(Control)
Control.ApplyStyleSheetSkin(Page)
Control.OnDataBinding(EventArgs)
Control.DataBind()
Control.DataBind(bool)
Control.DataBindChildren()
Control.AddParsedSubObject(object)
Control.EnsureID()
Control.OnInit(EventArgs)
Control.ClearChildState()
Control.ClearChildControlState()
Control.ClearChildViewState()
Control.ClearEffectiveClientIDMode()
Control.ClearCachedClientID()
Control.Focus()
Control.LoadControlState(object)
Control.LoadViewState(object)
Control.MapPathSecure(string)
Control.OpenFile(string)
Control.OnLoad(EventArgs)
Control.OnPreRender(EventArgs)
Control.BuildProfileTree(string, bool)
Control.SaveControlState()
Control.SaveViewState()
Control.Render(HtmlTextWriter)
Control.RenderChildren(HtmlTextWriter)
Control.RenderControl(HtmlTextWriter)
Control.RenderControl(HtmlTextWriter, ControlAdapter)
Control.OnUnload(EventArgs)
Control.Dispose()
Control.RaiseBubbleEvent(object, EventArgs)
Control.OnBubbleEvent(object, EventArgs)
Control.AddedControl(Control, int)
Control.CreateControlCollection()
Control.CreateChildControls()
Control.ResolveUrl(string)
Control.ResolveClientUrl(string)
Control.FindControl(string)
Control.FindControl(string, int)
Control.GetDesignModeState()
Control.HasControls()
Control.IsLiteralContent()
Control.TrackViewState()
Control.EnsureChildControls()
Control.RemovedControl(Control)
Control.SetDesignModeState(IDictionary)
Control.SetRenderMethodDelegate(RenderMethod)
Control.ClientIDMode
Control.ClientID
Control.ClientIDSeparator
Control.Context
Control.Adapter
Control.DesignMode
Control.Events
Control.ID
Control.EnableTheming
Control.IsChildControlStateCleared
Control.SkinID
Control.EnableViewState
Control.ViewStateMode
Control.IsViewStateEnabled
Control.NamingContainer
Control.IdSeparator
Control.LoadViewStateByID
Control.Page
Control.RenderingCompatibility
Control.TemplateControl
Control.Parent
Control.TemplateSourceDirectory
Control.AppRelativeTemplateSourceDirectory
Control.Site
Control.Visible
Control.UniqueID
Control.HasChildViewState
Control.Controls
Control.ValidateRequestMode
Control.ViewState
Control.ViewStateIgnoresCase
Control.ChildControlsCreated
Control.IsTrackingViewState
Control.Disposed
Control.DataBinding
Control.Init
Control.Load
Control.PreRender
Control.Unload
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.Client.ClientResourceManagement
Assembly: DotNetNuke.Web.Client.dll
Syntax
public abstract class ClientResourceInclude : Control, IComponent, IDisposable, IParserAccessor, IUrlResolutionService, IDataBindingsAccessor, IControlBuilderAccessor, IControlDesignerAccessor, IExpressionsAccessor

Constructors

ClientResourceInclude()

Declaration
protected ClientResourceInclude()

Properties

AddTag

Declaration
public bool AddTag { get; set; }
Property Value
Type Description
bool

Blocking

Declaration
public bool Blocking { get; set; }
Property Value
Type Description
bool

CdnUrl

Declaration
public string CdnUrl { get; set; }
Property Value
Type Description
string

CrossOrigin

Declaration
public CrossOrigin CrossOrigin { get; set; }
Property Value
Type Description
CrossOrigin

DependencyType

Declaration
public ClientDependencyType DependencyType { get; }
Property Value
Type Description
ClientDependencyType

FetchPriority

Declaration
public FetchPriority FetchPriority { get; set; }
Property Value
Type Description
FetchPriority

FilePath

Declaration
public string FilePath { get; set; }
Property Value
Type Description
string

ForceBundle

Declaration
[Obsolete("Deprecated in DotNetNuke 10.2.0. Bundling is no longer supported, there is no replacement within DNN for this functionality. Scheduled removal in v12.0.0.")]
public bool ForceBundle { get; set; }
Property Value
Type Description
bool

ForceProvider

Declaration
public string ForceProvider { get; set; }
Property Value
Type Description
string

ForceVersion

Declaration
public bool ForceVersion { get; set; }
Property Value
Type Description
bool

Group

Declaration
[Obsolete("Deprecated in DotNetNuke 10.2.0. Grouping is no longer supported, there is no replacement within DNN for this functionality. Scheduled removal in v12.0.0.")]
public int Group { get; set; }
Property Value
Type Description
int

HtmlAttributes

Declaration
public IDictionary<string, string> HtmlAttributes { get; }
Property Value
Type Description
IDictionary<string, string>

HtmlAttributesAsString

Declaration
public string HtmlAttributesAsString { get; set; }
Property Value
Type Description
string

Integrity

Declaration
public string Integrity { get; set; }
Property Value
Type Description
string

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
string

PathNameAlias

Declaration
public string PathNameAlias { get; set; }
Property Value
Type Description
string

Priority

Declaration
public int Priority { get; set; }
Property Value
Type Description
int

ReferrerPolicy

Declaration
public ReferrerPolicy ReferrerPolicy { get; set; }
Property Value
Type Description
ReferrerPolicy

Version

Declaration
public string Version { get; set; }
Property Value
Type Description
string

Methods

RegisterResource(IResource)

Declaration
protected void RegisterResource(IResource resource)
Parameters
Type Name Description
IResource resource

Implements

IComponent
IDisposable
IParserAccessor
IUrlResolutionService
IDataBindingsAccessor
IControlBuilderAccessor
IControlDesignerAccessor
IExpressionsAccessor

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS