我有一个 aspx 页面,后面没有代码,指令如下所示。
<%@ page title="Test" language="C#" masterpagefile="Test.master"
autoeventwireup="true" inherits="TestScenario, TestScenario2" %>
我需要在哪里查找 Inherits 属性指向的信息的代码(在 VS 中)。
继承是指哪个页面,以便我可以实际查看该页面的功能。
这是我之前的问题https://stackoverflow.com/questions/14278082/no-code-behind-aspx-page-page-directive的后续。
非常感谢有关单个页面(没有代码后面)如何与 Page 指令中的继承属性相关联的任何信息或几句话。