Validation in MVC
using System.ComponentModel.DataAnnotations;
public class Movie { public int ID { get; set; } [] public string Title { get; set; } [] public DateTime ReleaseDate { get; set; } [] public string Genre { get; set; } [] [] public decimal Price { get; set; } [] public string Rating { get; set; } }
using System.ComponentModel.DataAnnotations;
public class Movie { public int ID { get; set; } [] public string Title { get; set; } [] public DateTime ReleaseDate { get; set; } [] public string Genre { get; set; } [] [] public decimal Price { get; set; } [] public string Rating { get; set; } }
No comments:
Post a Comment