Priya.InfoList.Views.InfoDetailView.GetListScript C# (CSharp) 메소드

GetListScript() 개인적인 정적인 메소드

private static GetListScript ( ) : string
리턴 string
        private static string GetListScript()
        {
            string message;
            var templateList = new TemplateInfoDetailList
            {
                ScriptServiceUrl = UtilsGeneric.GetCurrentService(ServiceUrl)
            };

            string htmlScript = templateList.GetScriptFilled(true, UtilsGeneric.LoadMinJs, UtilsGeneric.Validate, UtilsGeneric.ThrowException,
                                                                  out message);
            return htmlScript;
        }