mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
Update HISTORY_ZH.md
Former-commit-id: d1a5291fe8003a47d8565ad95a85a47e4c19663d
This commit is contained in:
parent
e542b5f214
commit
ac407caedb
|
@ -149,8 +149,8 @@ func (ctx *context) UploadFormFiles(
|
|||
|
||||
## context#View
|
||||
|
||||
这里有个小更新,增加可选的第二个参数,用来绑定模版变量。
|
||||
当只有一个模版变量,之前是在 `ViewData` 上绑定一个空字符串,现在可以预先绑定模版变量到指定模版。
|
||||
这里有个小更新,增加可选的第二个参数,用来绑定模版变量。提示:这种绑定方式,会忽略其他变量的绑定。
|
||||
如果要忽略其他模版变量,之前是在 `ViewData` 上绑定一个空字符串,现在可以直接通过 View 方法添加。
|
||||
|
||||
```go
|
||||
func(ctx iris.Context) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user