RazorComponentsEndpointConventionBuilder 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建置將用於自定義 EndpointBuilder 實例的慣例。
public sealed class RazorComponentsEndpointConventionBuilder : Microsoft.AspNetCore.Builder.IEndpointConventionBuilder
type RazorComponentsEndpointConventionBuilder = class
interface IEndpointConventionBuilder
Public NotInheritable Class RazorComponentsEndpointConventionBuilder
Implements IEndpointConventionBuilder
- 繼承
-
RazorComponentsEndpointConventionBuilder
- 實作
方法
Add(Action<EndpointBuilder>) |
將指定的慣例加入至產生器。 慣例可用來自定義 EndpointBuilder 實例。 |
Finally(Action<EndpointBuilder>) |
在透過 Add(Action<EndpointBuilder>) 註冊慣例之後,註冊指定的執行慣例 |