cCopy [Route("api/person")] public class PersonController : Controller { [HttpGet] //Passing one parameter to the Get method public string ...
確定! 回上一頁