var query = from state in ModelState.Values from error in state.Errors select error.ErrorMessage; var errors = query.
確定! 回上一頁