Priya.InfoList.Views.TemplateSubscriberList.ProcessPlaceHolder C# (CSharp) 메소드

ProcessPlaceHolder() 보호된 메소드

protected ProcessPlaceHolder ( string template ) : string
template string
리턴 string
		protected string ProcessPlaceHolder(string template)
		{
			template = template.Replace("{{ListScript}}", string.IsNullOrEmpty(ListScript)==false ? ListScript : "");
			template = template.Replace("{{ListDetail}}", string.IsNullOrEmpty(ListDetail)==false ? ListDetail : "");
			return template;
		}