i have 2 application . coreproject and clientproject. i send a string text from clinetproject to coreproject. i have only one problem to send plus (+) chacter to coreproject . for example my requset url ecive to coreproject is Request = {Method: GET, RequestUri: 'http://localhost:whateever/api/v1/Search/Search?Query=++++++&PageNumber=1&PageSize=5', Version: 1.1, Content: System.Web.Http.WebHost.HttpControllerHandler+LazyStreamContent, Headers: { Accept: application/json Host: localhost:...
and but my actionContext.ModelState.IsValid is false
my string text in clinet project is ++++++ but it recive to coreproject and change to " " and model.isvalid is false ? why?