How to create create variables/properties in master page, and let sub-pages access them?
        Posted  
        
            by Blankman
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Blankman
        
        
        
        Published on 2010-04-14T17:09:10Z
        Indexed on 
            2010/04/14
            17:13 UTC
        
        
        Read the original article
        Hit count: 273
        
How to create create variables/properties in master page, and let sub-pages access them?
So my master will have a string property HomeUrl
How can any page that uses the master page access this property?
© Stack Overflow or respective owner