StaticAssetDescriptor 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.
The description of a static asset that was generated during the build process.
public sealed class StaticAssetDescriptor
type StaticAssetDescriptor = class
Public NotInheritable Class StaticAssetDescriptor
- Inheritance
-
StaticAssetDescriptor
Constructors
StaticAssetDescriptor() |
Properties
AssetPath |
The path to the asset file from the wwwroot folder. |
Properties |
A list of properties that are associated with the endpoint. |
ResponseHeaders |
A list of headers to apply to the response when this resource is served. |
Route |
The route that the asset is served from. |
Selectors |
A list of selectors that are used to discriminate between two or more assets with the same route. |