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
| myapp.menuHome.buttonResources_postRender = function (element, contentItem) { | |
| $(element).spOverlay(contentItem, 'Content/Images/TouchIcons/ResourcesLarge.png', { height:170, width:170}); | |
| }; | |
| myapp.menuHome.buttonDesigns_postRender = function (element, contentItem) { | |
| $(element).spOverlay(contentItem, 'Content/Images/TouchIcons/DesignsLarge.png'); | |
| }; | |
| myapp.menuHome.buttonProjects_postRender = function (element, contentItem) { | |
| $(element).spOverlay(contentItem, 'Content/Images/TouchIcons/ProjectsLarge.png'); |
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; | |
| using System.Web.Mvc; | |
| using WebMatrix.WebData; | |
| using System.Web.Routing; | |
| namespace Mvc4WithAuthentication.Auth | |
| { |
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
| /* | |
| * CredentialUI.cs - Windows Credential UI Helper | |
| * | |
| * License: Public Domain | |
| * | |
| */ | |
| using System; | |
| using System.ComponentModel; | |
| using System.Runtime.InteropServices; | |
| using System.Security; |
NewerOlder