Processes request to add one or more new states/regions to the specifeid country
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult AddNewStatesRegions( int id )
Parameters
- id
- Type: SystemInt32
the integer id of the specified country
Return Value
Type: ActionResultRedirect to "StatesRegionsManagement" on success
See Also