Click or drag to resize
UriExtensions Class
Provides extension methods for Uri class.
Inheritance Hierarchy
SystemObject
  Kentico.OnlineMarketing.Web.MvcUriExtensions

Namespace: Kentico.OnlineMarketing.Web.Mvc
Assembly: Kentico.OnlineMarketing.Web.Mvc (in Kentico.OnlineMarketing.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public static class UriExtensions

The UriExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberTryGetRelativePath
Tries to retrieve relativePath from absolute Uri. Retrieved relativePath consists of AbsolutePath without it's ApplicationPath prefix. Query string parameters are omitted.
Top
See Also