SigmaValidation 1.0.1.1
See the version list below for details.
dotnet add package SigmaValidation --version 1.0.1.1
NuGet\Install-Package SigmaValidation -Version 1.0.1.1
<PackageReference Include="SigmaValidation" Version="1.0.1.1" />
paket add SigmaValidation --version 1.0.1.1
#r "nuget: SigmaValidation, 1.0.1.1"
// Install SigmaValidation as a Cake Addin #addin nuget:?package=SigmaValidation&version=1.0.1.1 // Install SigmaValidation as a Cake Tool #tool nuget:?package=SigmaValidation&version=1.0.1.1
Eg; string phoneNumber= "+0111100011"; ValidationModel validationModel=phoneNumber.IsValidPhoneNumber();
ValidationModel Structure public class ValidationModel { public bool Result { get; set; } public string ResponseMessage { get; set; } public string RequestParameter { get; set; } }
Data Model Validation Attribute [PhoneNumber] public string PhoneNumber{get;set;}
Include SigmaValidation.js in view.
Js Dependencies removed New dependency added BetaV
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net45 is compatible. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
- Microsoft.AspNet.Mvc (>= 5.2.6)
- System.ComponentModel.Annotations (>= 4.5.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Attribute PhoneNumber added. Server and Client Side validation.