Oceanware.Ocean.Blazor
2.0.0
Install-Package Oceanware.Ocean.Blazor -Version 2.0.0
dotnet add package Oceanware.Ocean.Blazor --version 2.0.0
<PackageReference Include="Oceanware.Ocean.Blazor" Version="2.0.0" />
paket add Oceanware.Ocean.Blazor --version 2.0.0
#r "nuget: Oceanware.Ocean.Blazor, 2.0.0"
// Install Oceanware.Ocean.Blazor as a Cake Addin
#addin nuget:?package=Oceanware.Ocean.Blazor&version=2.0.0
// Install Oceanware.Ocean.Blazor as a Cake Tool
#tool nuget:?package=Oceanware.Ocean.Blazor&version=2.0.0
Provides the OceanValidator that is the Blazor middleware between the Ocean validation and case correction library and the Blazor UI. This NuGet package provides the OceanValidator that is used on Blazor Razor pages. This replaces the default DataAnnotations validation library validator.
Package also includes the OceanNumericInput component, a replacement for the Blazor InputNumber.
Package also includes the OceanAutoComplete component, a high-octane auto complete control.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.0
- Microsoft.AspNetCore.Components (>= 3.0.0)
- Microsoft.AspNetCore.Components.Web (>= 3.0.0)
- Oceanware.Ocean (>= 2.0.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Added the OceanAutoComplete component.