Table of Contents

Interface IFeatureDescriptor

Namespace
MRX.Core.Features
Assembly
MRX.Core.dll

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; }

Property Value

string