在嵌套的母版页代码中访问顶级母版页属性

Dav*_*pka 6 .net c# vb.net asp.net

我有一个嵌套的母版页,它有自己的母版页.父母版页面在其代码后面定义了一个属性.

  Public ReadOnly Property SelectedPage() As String
    Get
      Return _selectedPage
    End Get
  End Property
Run Code Online (Sandbox Code Playgroud)

如何在Page_Load或aspx模板页面后面的子母版页面代码中引用父母版主页面的属性?