Defines an attribute that can be used at the call site to specify the URL where the activation will happen. This class cannot be inherited.
See Also: UrlAttribute Members
The System.Runtime.Remoting.Activation.UrlAttribute is passed in the activation attributes array as a parameter to Activator.CreateInstance(Type, System.Reflection.BindingFlags, System.Reflection.Binder, Object[], System.Globalization.CultureInfo) when creating activated objects with the Activator.CreateInstance(Type, System.Reflection.BindingFlags, System.Reflection.Binder, Object[], System.Globalization.CultureInfo) method.
For more information about using attributes, see [<topic://cpconExtendingMetadataUsingAttributes>].