Castle.MonoRail.Framework.DataBindAttribute.DataBindAttribute C# (CSharp) Method

DataBindAttribute() public method

Creates a DataBindAttribute with an associated prefix. The prefix must be present in the form data and is used to avoid name clashes.
public DataBindAttribute ( string prefix ) : System
prefix string
return System
		public DataBindAttribute(string prefix)
		{
			this.prefix = prefix;
		}