1
Answer

How i can fully customize my .NET Identity Framework

Anas Baig

Anas Baig

7y
153
1
Hi everyone!
 
i want to change my identity framework builtin code into my requirenment code as
how i can get access of all table in ViewPage like i need to pass value from action in ViewData["list"].
then ho i can use this in view Page
 
@{
    IList<table_name> mylist=List<table_name>(ViewData["list"]);
 table name show me error why ?
how i can get all table name from models ?
 
Thank you. 
Answers (1)