次の方法で共有


UriRewriteActionProperties クラス

定義

URL 書き換えアクションのパラメーターを定義します。

public class UriRewriteActionProperties
type UriRewriteActionProperties = class
Public Class UriRewriteActionProperties
継承
UriRewriteActionProperties

コンストラクター

UriRewriteActionProperties(UriRewriteActionType, String, String)

UriRewriteActionProperties の新しいインスタンスを初期化します。

プロパティ

ActionType

アクションの種類を取得または設定します。

Destination

上記の要求の書き換え先となる相対 URL を定義します。

PreserveUnmatchedPath

一致しないパスを保持するかどうか。 既定値は true です。

SourcePattern

は、書き換えられる可能性がある要求の種類を識別する要求 URI パターンを定義します。 value が空白の場合、すべての文字列が一致します。

適用対象