Interface IEndpoint
the common interface implemented by all endpoints
Assembly: FastEndpoints.dll
Syntax
public interface IEndpoint
Properties
Definition
gets the endpoint definition which contains all the configuration info for the endpoint
Declaration
EndpointDefinition Definition { get; }
Property Value
HttpContext
the http context of the current request
Declaration
HttpContext HttpContext { get; }
Property Value
ValidationFailures
validation failures collection for the endpoint
Declaration
List<ValidationFailure> ValidationFailures { get; }
Property Value
Type |
Description |
List<ValidationFailure> |
|
Methods
TestURLFor<TEndpoint>()
Declaration
public static string TestURLFor<TEndpoint>()
Returns
Type Parameters
Name |
Description |
TEndpoint |
|