一款简单易用的基础网络通讯组件库。

WebApiAttributeGetRegexRouteUrls 方法

获取正则路由路径。

正则路由路径的第一个值会被当做调用值。

Definition

命名空间: TouchSocket.WebApi
程序集: TouchSocket.WebApi (在 TouchSocket.WebApi.dll 中) 版本:4.1.4.7+7f7e1f78093c99347956e09330d5d7aca1d2bdf2
C#
public string[] GetRegexRouteUrls(
	RpcMethod rpcMethod
)

参数

rpcMethod  RpcMethod
表示远程过程调用方法的对象。

返回值

String
返回正则路由路径的字符串数组。

参见