Castle.MonoRail.Framework.Test.MockServerUtility.UrlPathEncode C# (CSharp) Method

UrlPathEncode() public method

URL encodes the path portion of a URL string and returns the encoded string.
public UrlPathEncode ( string content ) : string
content string The text to URL encode.
return string
		public virtual string UrlPathEncode(string content)
		{
			return content;
		}