Click or drag to resize
MessageExtensions Class
Contains helper methods for rendering HTML for alert messages.
Inheritance Hierarchy
SystemObject
  Kentico.Forms.Web.MvcMessageExtensions

Namespace: Kentico.Forms.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public static class MessageExtensions

The MessageExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberErrorMessage
Returns HTML markup with Error message.
Public methodStatic memberInfoMessage
Returns HTML markup with Info message.
Top
See Also