Abp.Web.Mvc.Localized.LocalizedRemote.FormatErrorMessage C# (CSharp) 메소드

FormatErrorMessage() 공개 메소드

public FormatErrorMessage ( string name ) : string
name string
리턴 string
        public override string FormatErrorMessage(string name)
        {
            return string.Format(TranslationHelper.L(ErrorMessage), name);
        }