Exemplo n.º 1
0
 public static MvcHtmlString PageEditorInfo(this HtmlHelper helper, string infoMessage)
 {
     return(Context.PageMode.IsNormal ? new MvcHtmlString(string.Empty) :
            helper.Partial(Constants.InfoMessageView, InfoMessage.Info(infoMessage)));
 }