C# Class Common.Security.HiddenField.ActionKeyService

Inheritance: IActionKeyService
Mostra file Open project: rabbal/Mvc5

Public Methods

Method Description
GetActionKey ( string action, string controller, string area = "" ) : string

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

Private Methods

Method Description
ActionKeyService ( ) : System
AddActionKey ( string action, string controller, string area = "" ) : string

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

Method Details

GetActionKey() public method

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