2 references to GetValueOrDefault
Microsoft.AspNetCore.Components (1)
ParameterView.cs (1)
89
=>
GetValueOrDefault
<TValue?>(parameterName, default);
Microsoft.AspNetCore.Components.Tests (1)
ParameterViewTest.cs (1)
215
var result = parameters.
GetValueOrDefault
("nonexisting entry", explicitDefaultValue);