我有一个嵌套的母版页,它有自己的母版页.父母版页面在其代码后面定义了一个属性.
Public ReadOnly Property SelectedPage() As String Get Return _selectedPage End Get End Property
如何在Page_Load或aspx模板页面后面的子母版页面代码中引用父母版主页面的属性?
.net c# vb.net asp.net
.net ×1
asp.net ×1
c# ×1
vb.net ×1