public static string BuildContextPath()

in client/Apache.ShenYu.Client/Utils/ContextPathUtils.cs [32:35]


		public static string BuildContextPath(string contextPath, string appName)
		{
			return UriUtils.RepairData(string.IsNullOrEmpty(contextPath) ? appName : contextPath);
		}