Show / Hide Table of Contents

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 Source

ResourceFile(String, String)

Declaration
public ResourceFile(string key, string url)
Parameters
Type Name Description
System.String key
System.String url

Properties

| Improve this Doc View Source

Key

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
| Improve this Doc View Source

Url

The path to the file.

Declaration
public string Url { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source