Last active
March 4, 2019 20:45
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Html.Sitecore().Field(Templates.TemplateName.Fields.ItemLink, Item) | |
//The result of the above line would be: | |
<a href="sms:[phonenumber];?&body=[body]">Send Text Message</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment