Blame view

web/WebMvc/Views/_ViewStart.cshtml 54 Bytes
赖素文 authored
1
2
3
@{
    Layout = "~/Views/Shared/_Layout.cshtml";
}