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>) 注册的约定后注册指定的执行约定 |