WebHelperGetRewrittenPathStartsWithServiceName - метод |
/web/route => /route
Пространство имён:
Tessa.Web
Сборка:
Tessa.Web (в Tessa.Web.dll) Версия: 3.5.0.19
Синтаксис public static string GetRewrittenPathStartsWithServiceName(
string path,
string serviceName = "web"
)
Public Shared Function GetRewrittenPathStartsWithServiceName (
path As String,
Optional serviceName As String = "web"
) As String
public:
static String^ GetRewrittenPathStartsWithServiceName(
String^ path,
String^ serviceName = L"web"
)
static member GetRewrittenPathStartsWithServiceName :
path : string *
?serviceName : string
(* Defaults:
let _serviceName = defaultArg serviceName "web"
*)
-> string
Параметры
- path
- Тип: SystemString
- serviceName (Optional)
- Тип: SystemString
Возвращаемое значение
Тип:
StringСм. также