markdown
#說明
這篇是引用 bootstrap 做排版,更換按鈕的顏色。
#操作流程
##安裝bootstrap 套件
##在 index 上用 bootstrap 做編排
- index.cshtml
```
@{
Layout = null;
}
Index
@ViewBag.Greeting World(from this view)
We are going to have an exciting party
And u r invited
@Html.ActionLink("RSVP Now", "RsvpForm")
```
##Demo
留言
張貼留言