RouteEndpoint クラス

定義

Endpoint URL 照合または URL 生成で使用できる を表します。

public ref class RouteEndpoint sealed : Microsoft::AspNetCore::Http::Endpoint
public sealed class RouteEndpoint : Microsoft.AspNetCore.Http.Endpoint
type RouteEndpoint = class
    inherit Endpoint
Public NotInheritable Class RouteEndpoint
Inherits Endpoint
継承
RouteEndpoint

コンストラクター

RouteEndpoint(RequestDelegate, RoutePattern, Int32, EndpointMetadataCollection, String)

RouteEndpoint クラスの新しいインスタンスを初期化します。

プロパティ

DisplayName

このエンドポイントの情報表示名を取得します。

(継承元 Endpoint)
Metadata

このエンドポイントに関連付けられているメタデータのコレクションを取得します。

(継承元 Endpoint)
Order

エンドポイントの順序値を取得します。

RequestDelegate

エンドポイントの要求を処理するために使用されるデリゲートを取得します。

(継承元 Endpoint)
RoutePattern

エンドポイントに関連付けられている を RoutePattern 取得します。

メソッド

ToString()

エンドポイントの文字列形式を返します。

(継承元 Endpoint)

適用対象