Calyptus.Mvc.PostAttribute.KeyMapping.KeyMapping C# (CSharp) Method

KeyMapping() public method

public KeyMapping ( string key ) : System
key string
return System
			public KeyMapping(string key)
			{
				this.key = key;
			}