'Declaration Public ReadOnly Property ResolvedInfo As PageResolvedInfo
public PageResolvedInfo ResolvedInfo {get;}
Note that if the current page has not been resolved yet, the value of this property is null, so you should always test it before accessing the nested properties.
'Declaration Public ReadOnly Property ResolvedInfo As PageResolvedInfo
public PageResolvedInfo ResolvedInfo {get;}