HtmlHelperExtensionsKentico Method |
Returns an object that provides methods to render HTML fragments.
Namespace: Kentico.Web.MvcAssembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 13.0.131
Syntax public static HtmlHelperExtensionPoint Kentico(
this HtmlHelper target
)
Parameters
- target
- Type: HtmlHelper
An instance of the HtmlHelper class.
Return Value
Type:
HtmlHelperExtensionPointAn 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