开发者

How to avoid repeating namespace in aspx page

Is that possible to write namespace into some other file commonly.which should be automatically includes my pa开发者_如何学Goge.

namespace like:using System;


On web.config add the namespaces section as follows:

<system.web>
        <pages>
              <namespaces>
                    <add namespace ="...your namespace..." />
                    ...
              </namespaces>
              ...
        </pages>
        ...
</system.web>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜