BExIS.Web.Shell.Areas.RPM.Controllers.StructuresController.Put C# (CSharp) Method

Put() public method

public Put ( int id, [ value ) : void
id int
value [
return void
        public void Put(int id, [FromBody]string value)
        {
            throw new HttpResponseException(HttpStatusCode.NotFound);
        }
StructuresController