Class KendoUrlUtils


  • public class KendoUrlUtils
    extends Object
    Utility class for handling Url in Kendo UI templates
    Author:
    Sebastien Briquet - sebfz1
    • Method Detail

      • unescape

        public static String unescape​(String url)
        Unescapes the URL (%23 will be replaced by #
        Parameters:
        url - the url/text to unescape
        Returns:
        the unescaped url