We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
In case you want to add metadata to a binding you can add one or more metadata elements to a binding like shown in the following example:
<module name="myXmlConfigurationModule"> <bind service="MyNamespace.IMyService, MyAssembly" to="MyNamespace.MyServiceImplementation, MyAssembly"> <metadata key="class" value="red"/> </bind> </module>
Continue reading: Extending the syntax