Model-binding in asp.net core automatically binds the route parameter value to the OnGet() method parameter. public class DetailsModel : PageModel { public void ...
確定! 回上一頁