我有haml页面,我需要转换为html页面。我正在使用https://haml2erb.org/进行转换。 BUt我无法转换下面的代码,它在行显示错误:%a.button.dropdown-toggle.on-dark {data:{toggle:'dropdown'}} 这是我的代码:
.list
.panel-title
.primary
%h2
{{ title }}
.wrapper
.secondary
.dropdown
%a.button.dropdown-toggle.on-dark{data: { toggle: 'dropdown' }}
%fa{name: 'ellipsis-v'}
%b.caret
答案 0 :(得分:2)
似乎protected void btnSave_Click(object sender, EventArgs e)
{
ucTest test = (ucTest )collTest[yourdropdown.SelectedIndex];
string strName = ucTest.FirstName;
}
与数据属性的嵌套哈希斗争。这就是它应该产生的东西:
haml2erb