RewriteRuleConditionSettings Class

Summary

Rewrite conditions settings
Assembly
Cake.IIS.dll
Namespace
Cake.IIS
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["RewriteRuleConditionSettings"] class Type type-node

Syntax

public class RewriteRuleConditionSettings

Constructors

Properties

Name Value Summary
ConditionInput string
The condition input parameter
IgnoreCase bool
Ignore the case in comparation
NegatePattern bool
Invert the pattern behavior
Pattern string
The pattern to compare to ConditionInput

Extension Methods

Name Value Summary
Dump<RewriteRuleConditionSettings>() string
Get a basic string representation of specified object.
Requires the Cake.Incubator addin
IsIn<RewriteRuleConditionSettings>(RewriteRuleConditionSettings[]) bool
Checks if the source is contained in a list
Requires the Cake.Incubator addin
NotNull<RewriteRuleConditionSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Ftp addin
NotNull<RewriteRuleConditionSettings>(string) void
Throws an exception if the specified parameter's value is null.
Requires the Cake.Issues addin
ThrowIfNull<RewriteRuleConditionSettings>(string, string) T
Throws a System.ArgumentNullException with a specific message if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ThrowIfNull<RewriteRuleConditionSettings>(string) T
Throws a System.ArgumentNullException if the value is null, otherwise returns the value
Requires the Cake.Incubator addin
ToDictionary() IDictionary<string, object>
Requires the Cake.DeployParams addin