Interface IRestModule
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.AspNetCore.Transports.Rest
Assembly: Cephalon.AspNetCore.dll
Defines REST endpoint contributions made by a Cephalon module on ASP.NET Core.
public interface IRestModule : IModuleImplements
Section titled “Implements”IModule
Methods
Section titled “Methods”MapRestEndpoints(IEndpointRouteBuilder)
Section titled “ MapRestEndpoints(IEndpointRouteBuilder)”Maps the module’s REST endpoints onto the supplied endpoint route builder.
void MapRestEndpoints(IEndpointRouteBuilder endpoints)Parameters
Section titled “Parameters”endpoints IEndpointRouteBuilder
The endpoint route builder that receives the module routes.