ConnectionEndpointRouteBuilder Class
Definition
Builds conventions that will be used for customization of Connection EndpointBuilder instances.
public ref class ConnectionEndpointRouteBuilder sealed : Microsoft::AspNetCore::Builder::IEndpointConventionBuilder
public sealed class ConnectionEndpointRouteBuilder : Microsoft.AspNetCore.Builder.IEndpointConventionBuilder
type ConnectionEndpointRouteBuilder = class
interface IEndpointConventionBuilder
Public NotInheritable Class ConnectionEndpointRouteBuilder
Implements IEndpointConventionBuilder
- Inheritance
-
ConnectionEndpointRouteBuilder
- Implements
Methods
Add(Action<EndpointBuilder>) |
Adds the specified convention to the builder. Conventions are used to customize EndpointBuilder instances. |