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

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