mirror of
https://gitee.com/csharpui/CPF.git
synced 2025-10-07 15:14:43 +08:00
razor支持
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
{
|
||||
<Panel Background="#0f0" Width="20" Height="30" MarginLeft="10"></Panel>
|
||||
}
|
||||
<TextBox @ref="textBox" Text="text" Width="100" Height="30" TextChanged="TextChanged"></TextBox>
|
||||
<TextBox @ref="textBox" @bind-Text="text" Width="100" Height="30"></TextBox>
|
||||
<Button @ref="button"><CheckBox>@enable</CheckBox></Button>
|
||||
<ListBox @ref="listBox" Width="200" Height="200" Items="list"></ListBox>
|
||||
</StackPanel>
|
||||
|
Reference in New Issue
Block a user