TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Rajesh Gami
78
24.4k
1.3m
How to get value from .json file in Asp.net core.
Dec 12 2018 5:31 AM
suppose i have two different asp.net core project in one solution.
main solution name: ABC_Demo.
sub project: ABC_Demo.Data.
sub Project: ABC_Demo.WebApp.
in WebApp project store one json file name: language.json
language.json
{
"en"
: [
{
"KeyName"
:
"Common.Active"
,
"Value"
:
"Active"
},
{
"KeyName"
:
"Common.InActive"
,
"Value"
:
"Inactive"
},
{
"KeyName"
:
"Common.Action"
,
"Value"
:
"Action"
},
{
"KeyName"
:
"Common.IsActive"
,
"Value"
:
"Is Active"
}
]
}
Now i create one function method in ABC_Demo.Data in and i want to get data where i pass "KeyName" and i want to get "Value".
ex... if i pass "Common.IsActive" then i will get Is Active.
i want to suggestion for this in asp.net core.
Reply
Answers (
1
)
How to disable checkbox after insert the value in data base
Sharepoint Integration in asp.net core 2.0