Create Endpoints Dynamically in Razor Pages

后端 未结 0 583
野的像风
野的像风 2021-01-02 20:39

In Razor Pages startup.cs we can create endpoints with

app.UseEndpoints(endpoints => {
  endpoints.Map("/endpoint", async context =&         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题