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>) |