text ImageResizer Web.Config条目
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text ImageResizer Web.Config条目相关的知识,希望对你有一定的参考价值。
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<configSections>
<section name="resizer" type="ImageResizer.ResizerSection" requirePermission="false" />
</configSections>
<resizer>
<plugins>
<add name="MvcRoutingShim" />
<add name="DiskCache" />
</plugins>
<sizelimits imageWidth="0" imageHeight="0" totalWidth="5000" totalHeight="10000" totalBehavior="throwexception" />
</resizer>
</configuration>
以上是关于text ImageResizer Web.Config条目的主要内容,如果未能解决你的问题,请参考以下文章
text ImageResizer诊断输出
ImageResizer 诊断插件 (resizer.debug)
imageresizer if-modified-since 支持
ImageResizer - 将图像保存为更大尺寸
Android ImageResizer:inSampleSize
Azure CDN 不接受 C# 中 Imageresizer 插件的查询字符串参数