aspnetcore/test/testapps/BasicTestApp/PropertiesChangedHandlerPar...

7 lines
180 B
Plaintext

<c:PropertiesChangedHandlerChild SuppliedValue="@valueToSupply" />
<button onclick=@{ valueToSupply++; }>Increment</button>
@functions {
private int valueToSupply = 100;
}