Artech.UC.gxui.Helpers.WebForm.BeginTabBody C# (CSharp) 메소드

BeginTabBody() 공개 정적인 메소드

public static BeginTabBody ( int tabIndex ) : string
tabIndex int
리턴 string
		public static string BeginTabBody(int tabIndex)
		{
			return String.Format("<container containerId=\"{0}\">", String.Format(k_tabPanelContainerIdFormat, tabIndex + 1));
		}