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 EPiServer.Core; | |
| using EPiServer.PlugIn; | |
| using EPiServer.Scheduler; | |
| using Microsoft.WindowsAzure.Storage; | |
| using Microsoft.WindowsAzure.Storage.Blob; | |
| using EPiServer; | |
| using EPiServer.ServiceLocation; | |
| using EPiServer.Web.Routing; | |
| using System.Net; |
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 System.Collections.Generic; | |
| using System.Linq; | |
| using System.Web; | |
| namespace AllanTech.Web.PropertyInheritance | |
| { | |
| public class InheritAttribute : Attribute | |
| { | |
| /// <summary> |
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 System.Linq; | |
| using EPiServer.Framework; | |
| using EPiServer.Framework.Initialization; | |
| using EPiServer.ServiceLocation; | |
| using EPiServer.Core; | |
| using AllanTech.Web.Models.Pages; | |
| using EPiServer; | |
| using AllanTech.Web.Helpers; | |
| using System.Web.Mvc; |
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.Web.Mvc; | |
| using EPiServer.Framework; | |
| using EPiServer.Framework.Initialization; | |
| using EPiServer.ServiceLocation; | |
| using EPiServer.Web.Mvc; | |
| using EPiServer.Web.Mvc.Html; | |
| namespace DependencyInjection | |
| { | |
| [InitializableModule] |
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.ComponentModel.DataAnnotations; | |
| using EPiServer; | |
| using EPiServer.Core; | |
| using EPiServer.DataAbstraction; | |
| using EPiServer.DataAnnotations; | |
| using EPiServer.Web; | |
| namespace AllanTech.Web.Business.ContentProviders | |
| { | |
| /// <summary> |
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 EPiServer; | |
| using EPiServer.Cms.Shell.UI.Rest; | |
| using EPiServer.Core; | |
| using EPiServer.DataAbstraction; | |
| using EPiServer.Personalization; | |
| using EPiServer.ServiceLocation; | |
| using System; | |
| using System.Collections.Generic; | |
| using System.Linq; | |
| using System.Web; |
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 EPiServer; | |
| using EPiServer.Core; | |
| using EPiServer.PlugIn; | |
| using EPiServer.Scheduler; | |
| using EPiServer.ServiceLocation; | |
| using System.Linq; | |
| using System.Collections.Generic; | |
| using EPiServer.Web; | |
| using EPiServer.DataAbstraction; |
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.Linq; | |
| using System.Web.Mvc; | |
| using EPiServer.Core; | |
| using EPiServer.Framework.DataAnnotations; | |
| using EPiServer.Framework.Web; | |
| using SmallExperiments.Business; | |
| using SmallExperiments.Models.Pages; | |
| using SmallExperiments.Models.ViewModels; | |
| using EPiServer.Web; | |
| using EPiServer.Web.Mvc; |
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 System.Collections.Generic; | |
| using System.ComponentModel.DataAnnotations; | |
| using EPiServer.Core; | |
| using EPiServer.DataAbstraction; | |
| using EPiServer.DataAnnotations; | |
| using EPiServer.Web; | |
| namespace ContentfulDemo.Models.Blocks | |
| { |
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
| <!DOCTYPE html> | |
| <html><head> | |
| <!-- Our dependencies --> | |
| <link rel="stylesheet" href="https://contentful.github.io/ui-extensions-sdk/cf-extension.css"> | |
| <script src="https://unpkg.com/contentful-ui-extensions-sdk@3"></script> | |
| <script src="https://cdnjs.cloudflare.com/ajax/libs/jscolor/2.0.4/jscolor.min.js"></script> | |
| </head> |
OlderNewer