csharp CarController具有基本的Route属性

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了csharp CarController具有基本的Route属性相关的知识,希望对你有一定的参考价值。

public CarController : ApiController
{
	[HttpGet]
    	[Route("~/v1/cars"]
	public IHttpActionResult GetCars()
	{
    	...
    	}
	
    	[HttpGet]
    	[Route("~/v2/cars"]
	public IHttpActionResult GetCarsV2()
	{
    	...
    	}
}

以上是关于csharp CarController具有基本的Route属性的主要内容,如果未能解决你的问题,请参考以下文章

csharp CarController.cs

csharp CarController.cs

csharp CarController.cs

csharp 对于具有多个更新的循环。

csharp 对于具有多个更新的循环。

csharp 具有多个过滤器和连接的Linq查询