Interface IResource
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface IResource
Properties
Attributes
Declaration
Dictionary<string, string> Attributes { get; set; }
Property Value
Blocking
Declaration
bool Blocking { get; set; }
Property Value
CdnUrl
Declaration
string CdnUrl { get; set; }
Property Value
CrossOrigin
Declaration
CrossOrigin CrossOrigin { get; set; }
Property Value
FetchPriority
Declaration
FetchPriority FetchPriority { get; set; }
Property Value
FilePath
Declaration
string FilePath { get; set; }
Property Value
ForceVersion
Declaration
bool ForceVersion { get; set; }
Property Value
Integrity
Declaration
string Integrity { get; set; }
Property Value
Name
Declaration
string Name { get; set; }
Property Value
PathNameAlias
Declaration
string PathNameAlias { get; set; }
Property Value
Priority
Declaration
int Priority { get; set; }
Property Value
Provider
Declaration
string Provider { get; set; }
Property Value
ReferrerPolicy
Declaration
ReferrerPolicy ReferrerPolicy { get; set; }
Property Value
ResolvedPath
Declaration
string ResolvedPath { get; set; }
Property Value
Type
Declaration
string Type { get; set; }
Property Value
Version
Declaration
string Version { get; set; }
Property Value
Methods
Register()
Declaration
Render(int, bool, string)
Declaration
string Render(int crmVersion, bool useCdn, string applicationPath)
Parameters
| Type |
Name |
Description |
| int |
crmVersion |
|
| bool |
useCdn |
|
| string |
applicationPath |
|
Returns
Extension Methods