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

WebApiAttributeGetRegexRouteUrls 方法

获取正则路由路径。

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

Definition

命名空间: TouchSocket.WebApi
程序集: TouchSocket.WebApi (在 TouchSocket.WebApi.dll 中) 版本:4.0.0-beta.143+5fcca7a4e70968794985dc3793adc50531308be6
C#
public string[] GetRegexRouteUrls(
	RpcMethod rpcMethod
)

参数

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

返回值

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

参见