Displays Form/Processes request to view/add/edit/delete states/regions for the specified country
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public ActionResult StatesRegionsManagement( int id )
Parameters
- id
- Type: SystemInt32
the integer id of the specified country
Return Value
Type: ActionResultView()
See Also