Dela via


RuleQueryStringCachingBehaviorTypeConverter Class

Definition

Defines how Frontdoor caches requests that include query strings. You can ignore any query strings when caching, ignore specific query strings, cache every request with a unique URL, or cache specific query strings.

public class RuleQueryStringCachingBehaviorTypeConverter : System.Management.Automation.PSTypeConverter
type RuleQueryStringCachingBehaviorTypeConverter = class
    inherit PSTypeConverter
Public Class RuleQueryStringCachingBehaviorTypeConverter
Inherits PSTypeConverter
Inheritance
RuleQueryStringCachingBehaviorTypeConverter

Constructors

RuleQueryStringCachingBehaviorTypeConverter()

Methods

CanConvertFrom(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

CanConvertTo(Object, Type)

Determines if the converter can convert the sourceValue parameter to the destinationType parameter.

ConvertFrom(Object, Type, IFormatProvider, Boolean)

Converts the sourceValue parameter to the destinationType parameter using formatProvider and ignoreCase

ConvertTo(Object, Type, IFormatProvider, Boolean)

NotImplemented -- this will return null

Applies to