System.Web.UI.WebControls.TreeView.GetNodeIconUrl C# (CSharp) 메소드

GetNodeIconUrl() 개인적인 메소드

private GetNodeIconUrl ( string icon ) : string
icon string
리턴 string
		string GetNodeIconUrl (string icon)
		{
			return Page.ClientScript.GetWebResourceUrl (typeof (TreeView), icon + ".gif");
		}