我不能从邮递员那里访问网页
你看不出授权。namespace CVService.Controllers [Route("api/[controller]")]
public class ValuesController : ControllerBase // GET api/values public ActionResult<IEnumerable<s
我正在学习WebAP,我以前做过Webservices的工作。我的理解-它是基于HTTP协议,所以它支持PUT,GET,POST,DELETE方法。示例-below将通过以json格式给出关于雇员的所有细节,即使没有HttpGet或HttpPost属性。using System.Collections.Generic;
using