public Uri GetRenderUrl(string code, OutputFormat outputFormat) { string urlComponent = PlantUmlTextEncoding.EncodeUrl(code); return(urlFormatMap.GetRenderUrl(urlComponent, outputFormat)); }
private string GetUrlComponent(string code) { return(PlantUmlTextEncoding.EncodeUrl(code)); }