HttpHostConfig
http ルーティングのホスト名プロパティについて説明します。
プロパティ
名前 | Type | 必須 |
---|---|---|
name |
string | はい |
routes |
HttpRouteConfig の配列 | はい |
name
型: string
必須: はい
http hostname config name.
routes
型: HttpRouteConfig の配列
必須: はい
ルーティングに使用するルート情報。 ルートは、指定された順序で処理されます。 一般的なケースを処理できるルートより前に、より具体的なルートを指定します。