C# Class Rebel.Cms.Web.Mvc.ActionFilters.SaveAttribute

Specific action to support the Save operation
Inheritance: RequiredFieldAttribute
Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

Méthode Description
SaveAttribute ( )

Default constructor, always expect submit.Save value in the Request

SaveAttribute ( FieldMatchType matchType )

Alternate constructor allowing you to specify the id/name of the different save button ids that could exist in the request, at least one must match and they are matched using the FieldMatchType specified

Method Details

SaveAttribute() public méthode

Default constructor, always expect submit.Save value in the Request
public SaveAttribute ( )

SaveAttribute() public méthode

Alternate constructor allowing you to specify the id/name of the different save button ids that could exist in the request, at least one must match and they are matched using the FieldMatchType specified
public SaveAttribute ( FieldMatchType matchType )
matchType FieldMatchType