Table of Contents

Class UrlHelperExtensions

Namespace
Kentico.Web.Mvc
Assembly
Kentico.Web.Mvc.dll

Provides methods to build URLs to Kentico content.

public static class UrlHelperExtensions
Inheritance
object
UrlHelperExtensions

Methods

Kentico(IUrlHelper)

Returns an object that provides methods to build URLs to Kentico content.

public static UrlHelperExtensionPoint Kentico(this IUrlHelper target)

Parameters

target IUrlHelper

An instance of the Microsoft.AspNetCore.Mvc.IUrlHelper class.

Returns

UrlHelperExtensionPoint

An object that provides methods to build URLs to Kentico content.

Remarks

The returned object builds URLs based on the context of the current request.

RouteUrl(UrlHelperExtensionPoint, string, string, string, object)

Returns a string that contains a URL.

public static string RouteUrl(this UrlHelperExtensionPoint instance, string routeName, string actionName, string controllerName, object routeValues)

Parameters

instance UrlHelperExtensionPoint

The object that provides methods to build URLs to Kentico content.

routeName string

The route name.

actionName string

The action name.

controllerName string

The controller name.

routeValues object

The route values.

Returns

string

A string that contains a URL.