示例#1
0
        public Uri GetRenderUrl(string code, OutputFormat outputFormat)
        {
            string urlComponent = PlantUmlTextEncoding.EncodeUrl(code);

            return(urlFormatMap.GetRenderUrl(urlComponent, outputFormat));
        }
示例#2
0
 private string GetUrlComponent(string code)
 {
     return(PlantUmlTextEncoding.EncodeUrl(code));
 }