Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
2
Answers
C# object to json but some properties need to hide..
Rahul Shinde
10y
760
1
Reply
I am having a class named link
public class Link
{
public string rel { get; set; }
public string href { get; set; }
public string name { get; set; }
}
Using this class i have to create an json file ("JsonConvert.SerializeObject(Link)") but for some cases i dont want to hide name property and show only rel and href properties and other case i want show all of the 3 properties..
can you please suggest me what to do for this..
Post
Reset
Cancel
Answers (
2
)
Next Recommended Forum
Message Box
I need help on how to use the worker role to send email