Links.content.themes.jquerybubblepopup_theme.orange.ie.Url C# (CSharp) Method

Url() public static method

public static Url ( ) : string
return string
                        public static string Url() { return T4MVCHelpers.ProcessVirtualPath(URLPATH); }
                        public static string Url(string fileName) { return T4MVCHelpers.ProcessVirtualPath(URLPATH + "/" + fileName); }

Same methods

content.themes.jquerybubblepopup_theme.orange.ie::Url ( string fileName ) : string
content.themes.jquerybubblepopup_theme.orange.ie