Click or drag to resize
HtmlHelperExtensionsKentico Method
Returns an object that provides methods to render HTML fragments.

Namespace: Kentico.Web.Mvc
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public static ExtensionPoint<HtmlHelper> Kentico(
	this HtmlHelper target
)

Parameters

target
Type: HtmlHelper
An instance of the HtmlHelper class.

Return Value

Type: ExtensionPointHtmlHelper
An object that provides methods to render HTML fragments.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type HtmlHelper. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also