Is it possible to include hyperlink in app.config key value?
问题 Is it possible to include hyperlink as a part of text in app.config key value pair (email body text as value)? I want to generate email body from app.config key value. For example: <add key="EmailBody" value="Email body goes here with <a href="some link">click here</a> hyperlink/> I know this is not valid, but is there a way to achieve this? Thanks in advance! 回答1: The way i would do it is write your email body as shown but do not actually add the etc. Instead, do something like the following