restful api paramater - ASP.NET core MVC code example
Example: restful api paramater - ASP.NET core MVC
SpeakerId: @Model.SpeakerId
-- Result --
SpeakerId: 12
-- lưu ý là asp router id => /{id} => paramater => restful api = /:id
SpeakerId: @Model.SpeakerId
-- Result --
SpeakerId: 12
-- lưu ý là asp router id => /{id} => paramater => restful api = /:id