Info
Version: | 1.0.10.22 |
Author(s): | Jobping |
Last Update: | Thursday, January 16, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://github.com/markkemper1/UrlHelper |
NuGet Url: | https://www.nuget.org/packages/UrlHelper |
Install
Install-Package UrlHelper
dotnet add package UrlHelper
paket add UrlHelper
UrlHelper Download (Unzip the "nupkg" after downloading)
Dependencies
- WebActivator(1.0.0)
Inside a view:
@this.Urls().Tasks.Create() -> returns a Uri -> ToString() is called -> "/Tasks/Create"
Inside a controller
return this.Urls().Tasks.Index().ToRedirect(); -> returns a redirect result.
More info can be found here.
http://github.com/markkemper1/UrlHelper.