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