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

  <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标签的文章,须要将传递的值作一下处理html

相关文章
相关标签/搜索