Метод | Описание | |
---|---|---|
Custom ( this builder, Action |
Adds a Strategies.CustomStrategy to the strategy collection.
|
|
Host ( this builder, string host ) : |
Adds Strategies.HostStrategy to the strategy collection.
|
|
Lowercase ( this builder ) : |
Adds Strategies.LowercaseStrategy to the strategy collection.
|
|
Map ( this builder, string>.IDictionary |
Adds Strategies.MapStrategy to the strategy collection.
|
|
NoTrailingSlash ( this builder ) : |
Adds Strategies.NoTrailingSlashStrategy to the strategy collection.
|
|
NoWww ( this builder ) : |
Adds Strategies.NoWwwStrategy to the strategy collection.
|
|
Pattern ( this builder, string regex, string replacement ) : |
Adds Strategies.PatternStrategy to the strategy collection.
|
|
TrailingSlash ( this builder ) : |
Adds Strategies.TrailingSlashStrategy to the strategy collection.
|
|
Www ( this builder ) : |
Adds Strategies.NoWwwStrategy to the strategy collection.
|
public static Custom ( this builder, Action |
||
builder | this | Reponsible for building the |
action | Action |
The canonicalization action to be applied to the URL. |
Результат |
public static Host ( this builder, string host ) : |
||
builder | this | Reponsible for building the |
host | string | Canonical DNS host name or IP address. |
Результат |
public static Lowercase ( this builder ) : |
||
builder | this | Reponsible for building the |
Результат |
public static Map ( this builder, string>.IDictionary |
||
builder | this | Reponsible for building the |
dictionary | string>.IDictionary | Mapping between old paths (keys) and new paths (values). |
Результат |
public static NoTrailingSlash ( this builder ) : |
||
builder | this | Reponsible for building the |
Результат |
public static NoWww ( this builder ) : |
||
builder | this | Reponsible for building the |
Результат |
public static Pattern ( this builder, string regex, string replacement ) : |
||
builder | this | Reponsible for building the |
regex | string | The regular expression applied to the path. |
replacement | string | Replacement string applied on match. |
Результат |
public static TrailingSlash ( this builder ) : |
||
builder | this | Reponsible for building the |
Результат |
public static Www ( this builder ) : |
||
builder | this | Reponsible for building the |
Результат |