StaticAssetDescriptor クラス

定義

ビルド プロセス中に生成された静的資産の説明。

public sealed class StaticAssetDescriptor
type StaticAssetDescriptor = class
Public NotInheritable Class StaticAssetDescriptor
継承
StaticAssetDescriptor

コンストラクター

名前 説明
StaticAssetDescriptor()
古い.

ビルド プロセス中に生成された静的資産の説明。

プロパティ

名前 説明
AssetPath

wwwroot フォルダーからの資産ファイルへのパス。

Order

ルーティング テーブル内のエンドポイントの順序。 null または空の場合、-100 の既定の順序が使用されます。

Properties

エンドポイントに関連付けられているプロパティの一覧。

ResponseHeaders

このリソースが提供されるときに応答に適用するヘッダーの一覧。

Route

資産の提供元のルート。

Selectors

同じルートを持つ複数の資産を区別するために使用されるセレクターの一覧。

適用対象