C# Class Decision.Common.HiddenField.ActionKeyService

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

Méthodes publiques

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

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

Private Methods

Méthode Description
ActionKeyService ( ) : System.Collections.Generic
AddActionKey ( string token, string controller, string area = "" ) : string

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

Method Details

GetActionKey() public méthode

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