Castle.MonoRail.Framework.Adapters.DefaultRailsEngineContext.Transfer C# (CSharp) Method

Transfer() public method

Transfer the execution to another resource.
public Transfer ( String path, bool preserveForm ) : void
path String
preserveForm bool
return void
		public void Transfer(String path, bool preserveForm)
		{
			_context.Server.Transfer(path, preserveForm);
		}