Class Interop.ResourceFile
Inheritance
System.Object
Interop.ResourceFile
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: OpenSilver
Assembly: OpenSilver.dll
Syntax
public class ResourceFile
Constructors
| Improve this Doc View SourceResourceFile(String, String)
Declaration
public ResourceFile(string key, string url)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | |
System.String | url |
Properties
| Improve this Doc View SourceKey
The Key associated with the file. This is used to avoid loading a file multiple times or loading multiple files with the same purpose (for example JQuery).
Declaration
public string Key { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Url
The path to the file.
Declaration
public string Url { get; set; }
Property Value
Type | Description |
---|---|
System.String |