System.Web.Optimization.Extensions
1.0.3
在Web.config中增加:
JS:@Builds.Scripts(paths...) CSS:@Builds.Styles(paths...),如果无法直接使用,可以编译后重试!
Install-Package System.Web.Optimization.Extensions -Version 1.0.3
dotnet add package System.Web.Optimization.Extensions --version 1.0.3
<PackageReference Include="System.Web.Optimization.Extensions" Version="1.0.3" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add System.Web.Optimization.Extensions --version 1.0.3
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: System.Web.Optimization.Extensions, 1.0.3"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Dependencies
-
- Microsoft.AspNet.Web.Optimization (>= 1.1.3)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.