BuildIt.Config.Core.Api.Controllers.AppConfigurationController.AppConfigurationController.Post C# (CSharp) Метод

Post() публичный Метод

public Post ( [ configMapperValues, string hash = null ) : AppConfigurationServerResponse
configMapperValues [
hash string
Результат BuildIt.Config.Core.Models.AppConfigurationServerResponse
        public AppConfigurationServerResponse Post([FromBody]List<AppConfigurationMapperAttributes> configMapperValues, string hash = null)
#elif NET452

Same methods

AppConfigurationController.AppConfigurationController::Post ( [ configMapperValues, string hash = null ) : JsonResult
AppConfigurationController.AppConfigurationController