RewriteOptions.Rules Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A list of IRule that will be applied in order upon a request.
public:
property System::Collections::Generic::IList<Microsoft::AspNetCore::Rewrite::IRule ^> ^ Rules { System::Collections::Generic::IList<Microsoft::AspNetCore::Rewrite::IRule ^> ^ get(); };
public System.Collections.Generic.IList<Microsoft.AspNetCore.Rewrite.IRule> Rules { get; }
member this.Rules : System.Collections.Generic.IList<Microsoft.AspNetCore.Rewrite.IRule>
Public ReadOnly Property Rules As IList(Of IRule)