I need to get the list of ContentPlaceHolders of a MasterPage, but the property
protected internal IList ContentPlaceHolders { get; }
is protected internal, so we can't access them.
Is there any way we could pull them up from the MasterPage (including Reflection)? Thanks.