次の方法で共有


RewriteOptions.Rules プロパティ

定義

要求に応じて順番に適用される の IRule 一覧。

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)

プロパティ値

適用対象