Created
July 31, 2020 05:39
-
-
Save BillCacy/4983a15149db8b29980601c70dcaa78f to your computer and use it in GitHub Desktop.
Sitecore 9 Forms Encrypted Field View Model
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
using System; | |
using Sitecore.ExperienceForms.Mvc.Models.Fields; | |
namespace Sample.Feature.Forms.ViewModels | |
{ | |
[Serializable] | |
public class StringInputEncryptedViewModel : StringInputViewModel | |
{ | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment