Click or drag to resize
AjaxHelperExtensionsKentico Method
Represents support for rendering HTML in AJAX scenarios within a view.

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

Parameters

target
Type: AjaxHelper
An instance of the AjaxHelper class.

Return Value

Type: ExtensionPointAjaxHelper
An object that provides methods for rendering HTML in AJAX scenarios within a view..

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type AjaxHelper. 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