Click or drag to resize
UrlHelperPreviewExtensions Class
Provides extension methods for the UrlHelperExtensionPoint.
Inheritance Hierarchy
SystemObject
  Kentico.Content.Web.MvcUrlHelperPreviewExtensions

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public static class UrlHelperPreviewExtensions
Methods
  NameDescription
Public methodStatic memberAuthenticateUrl(UrlHelperExtensionPoint, String)
Extends the given url by additional authentication information when the current request carries authentication information in the request URL.
Public methodStatic memberAuthenticateUrl(UrlHelperExtensionPoint, String, Boolean)
Extends the given url by additional authentication information when the current request carries authentication information in the request URL.
Public methodStatic memberAuthenticateUrlRaw(UrlHelperExtensionPoint, String)
Extends the given url by additional authentication information when the current request carries authentication information in the request URL.
Public methodStatic memberAuthenticateUrlRaw(UrlHelperExtensionPoint, String, Boolean)
Extends the given url by additional authentication information when the current request carries authentication information in the request URL.
Top
See Also