Tag: responsive images

ASP.NET中标记之间允许的最大值

我有一个在asp.net框架上使用SVG坐标的网页。 通过试用错误,如果我拿出大部分标签,我收到没有错误。 但是,如果所有标签都在我得到以下错误 Compiler Error Message: CS8095: Length of String constant exceeds current memory limit. Try splitting the string into multiple constants. Line 195: private global::System.Web.UI.LiteralControl @__BuildControl__control2() { Line 196: global::System.Web.UI.LiteralControl @__ctrl; Line 197: @__ctrl = new global::System.Web.UI.LiteralControl(“\r\n\r\n \r\n\r\n \r\n ” + Line 198: “\r\n \r” + 源代码是 <!– –> +8000多行 我能做什么? 我需要使用元素标签,因为使用jquery我将发生这些标签的事件。 所以我不能指向该文件。 我需要所有的 […]