/// <summary> /// Initializes a new instance of the DeliveryRuleUrlPathCondition /// class. /// </summary> /// <param name="parameters">Defines the parameters for the /// condition.</param> public DeliveryRuleUrlPathCondition(UrlPathMatchConditionParameters parameters) { Parameters = parameters; CustomInit(); }
/// <summary> /// Initializes a new instance of the DeliveryRuleUrlPathCondition /// class. /// </summary> public DeliveryRuleUrlPathCondition() { Parameters = new UrlPathMatchConditionParameters(); CustomInit(); }