Returns all states in the requested country
Namespace:
RainWorx.FrameWorx.MVC.ControllersAssembly: RainWorx.FrameWorx.MVC (in RainWorx.FrameWorx.MVC.dll) Version: 3.5
Syntax
C#
public JsonResult GetStates( int countryID )
Parameters
- countryID
- Type: SystemInt32
ID of the requested country
Return Value
Type: JsonResultJSON encoded array of DTO.State objects
See Also