Class ClientResourceInclude
Inheritance
ClientResourceInclude
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
Blocking
Declaration
public bool Blocking { get; set; }
Property Value
CdnUrl
Declaration
public string CdnUrl { get; set; }
Property Value
CrossOrigin
Declaration
public CrossOrigin CrossOrigin { get; set; }
Property Value
DependencyType
Declaration
public ClientDependencyType DependencyType { get; }
Property Value
FetchPriority
Declaration
public FetchPriority FetchPriority { get; set; }
Property Value
FilePath
Declaration
public string FilePath { get; set; }
Property Value
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
ForceProvider
Declaration
public string ForceProvider { get; set; }
Property Value
ForceVersion
Declaration
public bool ForceVersion { get; set; }
Property Value
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
HtmlAttributes
Declaration
public IDictionary<string, string> HtmlAttributes { get; }
Property Value
HtmlAttributesAsString
Declaration
public string HtmlAttributesAsString { get; set; }
Property Value
Integrity
Declaration
public string Integrity { get; set; }
Property Value
Name
Declaration
public string Name { get; set; }
Property Value
PathNameAlias
Declaration
public string PathNameAlias { get; set; }
Property Value
Priority
Declaration
public int Priority { get; set; }
Property Value
ReferrerPolicy
Declaration
public ReferrerPolicy ReferrerPolicy { get; set; }
Property Value
Version
Declaration
public string Version { get; set; }
Property Value
Methods
RegisterResource(IResource)
Declaration
protected void RegisterResource(IResource resource)
Parameters
Implements
Extension Methods