예제 #1
0
 public static MvcHtmlString ToHtmlString( NumericConstant expression, bool link = true)
 {
     return MvcHtmlString.Create (string.Format("{0}", expression.Value));
 }
 private static string ToHtmlString(NumericConstant expression)
 {
     return string.Format("{0}", expression.Value);
 }