ResourceAsset Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A resource of the components application, such as a script, stylesheet or image.
public sealed class ResourceAsset
type ResourceAsset = class
Public NotInheritable Class ResourceAsset
- Inheritance
-
ResourceAsset
Constructors
ResourceAsset(String, IReadOnlyList<ResourceAssetProperty>) |
A resource of the components application, such as a script, stylesheet or image. |
Properties
Properties |
Gets a list of properties associated to this resource. |
Url |
Gets the URL that identifies this resource. |