Click or drag to resize
URLHelperGetAbsoluteUrl Method
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.
Top
See Also