PortableRazor 1.2.0
See the version list below for details.
dotnet add package PortableRazor --version 1.2.0
NuGet\Install-Package PortableRazor -Version 1.2.0
<PackageReference Include="PortableRazor" Version="1.2.0" />
paket add PortableRazor --version 1.2.0
#r "nuget: PortableRazor, 1.2.0"
// Install PortableRazor as a Cake Addin #addin nuget:?package=PortableRazor&version=1.2.0 // Install PortableRazor as a Cake Tool #tool nuget:?package=PortableRazor&version=1.2.0
A lightweight implementation of ASP.NET MVC APIs for mobile devices.
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.
- ViewBase.UrlScheme can now be changed, in order to support form
submission on Windows Phone (which validates that a form's action
is set to a valid http URL).
- Removes ViewBase.UrlProtocol from public API to support UrlScheme
change above