Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - namespace Root.Core.Models.GlobalFields.Elements
 - {
 - public class CodeLinkElement : ElementBase
 - {
 - public override ElementType ElementType { get; set; } = ElementType.CodeLink;
 - public override string PartialView { get; set; } = "__codelink";
 - public string Url { get; set; }
 - }
 - }
 
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment