C# Class Common.Security.HiddenField.ActionKeyService

Inheritance: IActionKeyService
Afficher le fichier Open project: rabbal/Mvc5

Méthodes publiques

Méthode Description
GetActionKey ( string action, string controller, string area = "" ) : string

پیدا کردن کلید متناظر هر ویو.ایجاد کلید جدید در صورت عدم وجود کلید در سیستم

Private Methods

Méthode Description
ActionKeyService ( ) : System
AddActionKey ( string action, string controller, string area = "" ) : string

اضافه کردن کلید جدید به سیستم

Method Details

GetActionKey() public méthode

پیدا کردن کلید متناظر هر ویو.ایجاد کلید جدید در صورت عدم وجود کلید در سیستم
public GetActionKey ( string action, string controller, string area = "" ) : string
action string
controller string
area string
Résultat string