Castle.MonoRail.Framework.Helpers.FormHelper.CreateHtmlId C# (CSharp) Метод

CreateHtmlId() защищенный статический Метод

Creates the HTML id.
protected static CreateHtmlId ( IDictionary attributes, string target ) : string
attributes IDictionary The attributes.
target string The target.
Результат string
		protected static string CreateHtmlId(IDictionary attributes, string target)
		{
			return CreateHtmlId(attributes, target, true);
		}
		

Same methods

FormHelper::CreateHtmlId ( IDictionary attributes, string target, bool removeEntry ) : string
FormHelper::CreateHtmlId ( string name ) : string