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
Afficher le fichier Open project: DNNCommunity/DNN.FormAndList Class Usage Examples

Méthodes publiques

Méthode Description
OpenUrlInNewWindow ( string strUrl ) : bool
StripURL ( string strUrl ) : string

Method Details

OpenUrlInNewWindow() public static méthode

public static OpenUrlInNewWindow ( string strUrl ) : bool
strUrl string
Résultat bool

StripURL() public static méthode

public static StripURL ( string strUrl ) : string
strUrl string
Résultat string