[FromQuery] -取得查詢字串中的值。 ... public class Pet { public string Name { get; set; } [FromQuery] // Attribute is ignored. public string ...
確定! 回上一頁