Any better way to encrypt ID before binding it to datatable and open for editing/delete that they cannot see ID in whole view source?

前端 未结 0 1752
慢半拍i
慢半拍i 2021-01-23 09:42

BaseModel.cs

public class BaseModel
{
   public string EID { get; set; } // encrypted id
}

HomeController.cs

public IActionRes         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题