Home
last modified time | relevance | path

Searched refs:encoderTypeProp (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 DHttpRuntimeSection.cs63 static ConfigurationProperty encoderTypeProp; field in System.Web.Configuration.HttpRuntimeSection
136encoderTypeProp = new ConfigurationProperty ("encoderType", typeof (string), "System.Web.Util.Http… in HttpRuntimeSection()
172 properties.Add (encoderTypeProp); in HttpRuntimeSection()
338 get { return (string) base [encoderTypeProp]; }
339 set { base [encoderTypeProp] = value; }