Interface IScriptResource
Inherited Members
Namespace: DotNetNuke.Abstractions.ClientResources
Assembly: DotNetNuke.Abstractions.dll
Syntax
public interface IScriptResource : IResource
Properties
Async
Declaration
bool Async { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
Defer
Declaration
bool Defer { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |
NoModule
Declaration
bool NoModule { get; set; }
Property Value
| Type | Description |
|---|---|
| bool |