码迷,mamicode.com
首页 > Web开发 > 详细

百度编辑器UEditor,地址栏传值长度有限-在webConfig配置

时间:2016-07-11 14:12:57      阅读:353      评论:0      收藏:0      [点我收藏+]

标签:

  <system.web>

    <httpRuntime  requestValidationMode="2.0" maxRequestLength="2097151" maxQueryStringLength="2097151" ></httpRuntime>   
<compilation targetFramework="4.0" debug="true"/> <pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"/> </system.web>

 如果只是单纯的传递一篇文章,如果需要传递包含有html标签的文章,需要将传递的值做一下处理

百度编辑器UEditor,地址栏传值长度有限-在webConfig配置

标签:

原文地址:http://www.cnblogs.com/Teacher-chang/p/5623908.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!