Home
last modified time | relevance | path

Searched refs:tagPrefixProp (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Configuration_2.0/
H A DTagPrefixInfo.cs43 static ConfigurationProperty tagPrefixProp; field in System.Web.Configuration.TagPrefixInfo
53 tagPrefixProp = new ConfigurationProperty ("tagPrefix", typeof (string), "/", in TagPrefixInfo()
63 properties.Add (tagPrefixProp); in TagPrefixInfo()
138 get { return (string) base[tagPrefixProp]; }
139 set { base[tagPrefixProp] = value; }