c# - format string email to email-link -
I have a blank-string email, and I would like to format the string as a mail link if it is valid .
Like this:
& lt; A href = "mailto: foo@foo.com" & gt; Foo@foo.com< / A & gt; How is this done?
/ m
I have a blank-string email, and I would like to format the string as a mail link if it is valid .
Like this:
& lt; A href = "mailto: foo@foo.com" & gt; Foo@foo.com< / A & gt; How is this done?
/ m
Comments
Post a Comment