@model UnderlyingDividendDto @{ Layout = "~/Views/Shared/_InfoLayout.cshtml"; var autocomplete = string.IsNullOrEmpty(Model.UnderlyingCode); } @section JS{ @if (autocomplete) { } } @section CSS{ }
股票代码: @if (autocomplete) { } else { @(Model.UnderlyingCode) }
股票名称: @(Model.UnderlyingName)
分红率(%): %