Interface IFeatureDescriptor
Describes a named MRX endpoint feature, typically implemented by attributes applied to controllers or actions.
public interface IFeatureDescriptor
Properties
FeatureName
The name of the feature this descriptor represents.
string FeatureName { get; }