PortableRazor 1.1.0

There is a newer version of this package available.
See the version list below for details.
dotnet add package PortableRazor --version 1.1.0
NuGet\Install-Package PortableRazor -Version 1.1.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PortableRazor" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PortableRazor --version 1.1.0
#r "nuget: PortableRazor, 1.1.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install PortableRazor as a Cake Addin
#addin nuget:?package=PortableRazor&version=1.1.0

// Install PortableRazor as a Cake Tool
#tool nuget:?package=PortableRazor&version=1.1.0

A lightweight implementation of ASP.NET MVC APIs for mobile devices.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on PortableRazor:

Package Downloads
PortableRazor.StarterPack

A template to simplify integration of the PortableRazor Plugin for Xamarin and Windows in your app.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.3.0 5,575 2/2/2015
1.2.0 1,380 1/28/2015
1.1.0 1,382 1/18/2015
1.0.0.1 2,749 12/25/2014
1.0.0 1,775 12/23/2014

- Removes ResourceLoader. (Use EmbeddedResource Plugin for Xamarin and Windows instead.)
- Adds BasePath property to IHybridWebView (so resources can be managed from PCL).