-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Lukas Gerbenis
committed
Sep 16, 2015
1 parent
9b7ed03
commit 632f409
Showing
38 changed files
with
19 additions
and
45 deletions.
There are no files selected for viewing
13 changes: 0 additions & 13 deletions
13
vNext/src/BetterModules.Core.Web/Configuration/DefaultWebConfigurationLoader.cs
This file was deleted.
Oops, something went wrong.
19 changes: 2 additions & 17 deletions
19
vNext/src/BetterModules.Core.Web/Configuration/DefaultWebConfigurationSection.cs
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,9 @@ | ||
using System; | ||
using System.Configuration; | ||
using BetterModules.Core.Configuration; | ||
using BetterModules.Core.Configuration; | ||
|
||
namespace BetterModules.Core.Web.Configuration | ||
{ | ||
public class DefaultWebConfigurationSection : DefaultConfigurationSection, IWebConfiguration | ||
{ | ||
private const string WebSiteUrlAttribute = "webSiteUrl"; | ||
|
||
/// <summary> | ||
/// Gets or sets the web site URL. | ||
/// </summary> | ||
/// <value> | ||
/// The web site URL. | ||
/// </value> | ||
[ConfigurationProperty(WebSiteUrlAttribute, DefaultValue = "Auto", IsRequired = false)] | ||
public string WebSiteUrl | ||
{ | ||
get { return Convert.ToString(this[WebSiteUrlAttribute]); } | ||
set { this[WebSiteUrlAttribute] = value; } | ||
} | ||
public string WebSiteUrl { get; set; } | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
3 changes: 1 addition & 2 deletions
3
...re.Web/Mvc/DefaultWebControllerFactory.cs → ...re.Web/Mvc/DefaultWebControllerFactory.cs
This file contains 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
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...Mvc/Extensions/ViewRenderingExtensions.cs → ...Mvc/Extensions/ViewRenderingExtensions.cs
This file contains 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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,17 @@ | ||
{ | ||
"version": "1.0.0-*", | ||
"description": "", | ||
"authors": [ "Devbridge" ], | ||
"tags": [ "" ], | ||
"projectUrl": "", | ||
"licenseUrl": "", | ||
{ | ||
"version": "1.0.0-*", | ||
"description": "", | ||
"authors": [ "Devbridge" ], | ||
"tags": [ "" ], | ||
"projectUrl": "", | ||
"licenseUrl": "", | ||
|
||
"dependencies": { | ||
}, | ||
"dependencies": { | ||
"BetterModules.Core": "1.0.0-*", | ||
"Microsoft.AspNet.Mvc": "6.0.0-beta7" | ||
}, | ||
|
||
"frameworks" : { | ||
"dnx451": { } | ||
} | ||
"frameworks": { | ||
"dnx451": { } | ||
} | ||
} |
1 change: 1 addition & 0 deletions
1
vNext/src/BetterModules.Mvc6.Sandbox/Controllers/HomeController.cs
This file contains 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