C# Class 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
Mostra file Open project: DNNCommunity/DNN.FormAndList Class Usage Examples

Public Methods

Method Description
OpenUrlInNewWindow ( string strUrl ) : bool
StripURL ( string strUrl ) : string

Method Details

OpenUrlInNewWindow() public static method

public static OpenUrlInNewWindow ( string strUrl ) : bool
strUrl string
return bool

StripURL() public static method

public static StripURL ( string strUrl ) : string
strUrl string
return string