C# Class Core.WebContent.Helpers.ArticleHelper

Afficher le fichier Open project: coreframework/Core-Framework

Méthodes publiques

Méthode Description
ValidateArticle ( ArticleViewModel model, ModelStateDictionary modelState ) : void

Validates the article model.

Method Details

ValidateArticle() public static méthode

Validates the article model.
public static ValidateArticle ( ArticleViewModel model, ModelStateDictionary modelState ) : void
model ArticleViewModel The model.
modelState ModelStateDictionary State of the model.
Résultat void