Url ToString Method C# API
Overload List

  NameDescription
Public methodToString 
Returns a string representation of this Url.
(Overrides Object ToString .)
Public methodToString(Boolean)
Returns a string representation of this Url, specifying whether to percent-encode the path.
Public methodToString(Boolean, Boolean)
Returns a string representation of this Url, specifying whether to percent-encode the path and include the port component of the URL if it is a standard port.
Back to Top
See Also