C# Класс DotNetNuke.Modules.UserDefinedTable.DataTypes.UrlUtil

Utilities for DataType "Url" with enclosed options. StripURL returns URL string with options stripped off. Options are appended delimited by "|" and preceeded by "options=". Supported options: W open in new window
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
OpenUrlInNewWindow ( string strUrl ) : bool
StripURL ( string strUrl ) : string

Описание методов

OpenUrlInNewWindow() публичный статический Метод

public static OpenUrlInNewWindow ( string strUrl ) : bool
strUrl string
Результат bool

StripURL() публичный статический Метод

public static StripURL ( string strUrl ) : string
strUrl string
Результат string