URLHelper GetAbsoluteUrl Method Kentico 8.1 API Reference
Overload List

  NameDescription
Public methodStatic memberGetAbsoluteUrl(String)
Returns the absolute URL (including port) representation for the given relative URL, uses current domain and application path.
Public methodStatic memberGetAbsoluteUrl(String, String)
Returns the absolute URL (including port) representation for the given relative URL, uses given domain and application path.
Public methodStatic memberGetAbsoluteUrl(String, String, String, String)
Returns the absolute URL for the given relative URL based on the given paths.
Back to Top
See Also