0
和
在@if語法中不允許...如何在razor @if中添加間距邊距?
問:如何在剃鬚刀@if {}塊中添加間距/邊距?
@if (User.IsInRole("Admin"))
{
@* I need to add certain bottom margin here *@
}
else
{
@* I need to add certain bottom margin here *@
}
@* More stuff down here ... *@
巨星之一!謝謝! – Mariah