2 references to Value
ControllersFromServicesWebSite (2)
Components\ComponentFromServicesViewComponent.cs (1)
19return $"Value = {_value.Value}";
TagHelpers\InServicesTagHelper.cs (1)
22output.Content.SetContent(_value.Value.ToString(CultureInfo.InvariantCulture));