BindingRedirectSettingsFromXml Method
Create a binding redirect settings instance from an XML element containing the settings
Namespace: SandcastleBuilder.PlugInsAssembly: SandcastleBuilder.PlugIns (in SandcastleBuilder.PlugIns.dll) Version: 2024.12.21.0
public static BindingRedirectSettings FromXml(
IBasePathProvider pathProvider,
XElement configuration
)
Public Shared Function FromXml (
pathProvider As IBasePathProvider,
configuration As XElement
) As BindingRedirectSettings
public:
static BindingRedirectSettings^ FromXml(
IBasePathProvider^ pathProvider,
XElement^ configuration
)
static member FromXml :
pathProvider : IBasePathProvider *
configuration : XElement -> BindingRedirectSettings
- pathProvider IBasePathProvider
- The base path provider object
- configuration XElement
- The XML element from which to obtain the settings
BindingRedirectSettingsA
BindingRedirectSettings object containing the settings from the XPath
navigator.
It should contain an element called dependentAssembly with a configFile
attribute or a nested assemblyIdentity and bindingRedirect element that define
the settings.