Links.Scripts.fck.editor.dialog.fck_spellerpages.spellerpages.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

Scripts.fck.editor.dialog.fck_spellerpages.spellerpages::Url ( String fileName ) : String
Scripts.fck.editor.dialog.fck_spellerpages.spellerpages