@{
ViewBag.Title = "客户端测试";
}
@section css {
<style type="text/css">
label {
word-break: break-all;
section {
padding-top: 15px;
</style>
<section class="container-fluid">
@await Html.PartialAsync("_Mobile")
</section>