XsltConfigSection::ProhibitDefaultResolverString Property

.NET Framework (current version)
 

Gets or sets a string that represents the XSLT prohibit default resolver.

Namespace:   System.Xml.XmlConfiguration
Assembly:  System.Xml (in System.Xml.dll)

public:
[ConfigurationPropertyAttribute("prohibitDefaultResolver", DefaultValue = "false")]
property String^ ProhibitDefaultResolverString {
	String^ get();
	void set(String^ value);
}

Property Value

Type: System::String^

A string that represents the XSLT prohibit default resolver.

.NET Framework
Available since 4.5
Return to top
Show: