RouteEndpoint 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 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(RequestDelegate, RoutePattern, Int32, EndpointMetadataCollection, String) |
初始化 RouteEndpoint 類別的新執行個體。 |
屬性
DisplayName |
取得這個端點的資訊顯示名稱。 (繼承來源 Endpoint) |
Metadata |
取得與此端點相關聯的元資料集合。 (繼承來源 Endpoint) |
Order |
取得端點的順序值。 |
RequestDelegate |
取得用來處理端點要求的委派。 (繼承來源 Endpoint) |
RoutePattern |
RoutePattern取得與端點相關聯的 。 |
方法
ToString() |
傳回端點的字串表示。 (繼承來源 Endpoint) |