Castle.MonoRail.Framework.Views.Aspx.AbstractBindingScope.AddActionArguments C# (CSharp) Method

AddActionArguments() protected method

Adds the action arguments.
protected AddActionArguments ( BindingContext context, IDictionary resolvedActionArgs ) : void
context BindingContext The context.
resolvedActionArgs IDictionary The resolved action args.
return void
		protected virtual void AddActionArguments(BindingContext context,
		                                          IDictionary resolvedActionArgs)
		{
		}
	}