Castle.MonoRail.Views.Brail.BrailBase.RemoveViewComponentProperties C# (CSharp) Method

RemoveViewComponentProperties() public method

Removes the view component properties, so they will no longer be visible to the views.
public RemoveViewComponentProperties ( IDictionary propertiesToRemove ) : void
propertiesToRemove IDictionary The properties to remove.
return void
		public void RemoveViewComponentProperties(IDictionary propertiesToRemove)
		{
			if (viewComponentsParameters == null)
				return;
			viewComponentsParameters.Remove(propertiesToRemove);
		}
        public void RenderComponent(string componentName)