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
파일 보기 프로젝트 열기: DNNCommunity/DNN.FormAndList 1 사용 예제들

공개 메소드들

메소드 설명
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