Dela via


AfdQueryStringCachingBehaviorTypeConverter 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 AfdQueryStringCachingBehaviorTypeConverter : System.Management.Automation.PSTypeConverter
type AfdQueryStringCachingBehaviorTypeConverter = class
    inherit PSTypeConverter
Public Class AfdQueryStringCachingBehaviorTypeConverter
Inherits PSTypeConverter
Inheritance
AfdQueryStringCachingBehaviorTypeConverter

Constructors

AfdQueryStringCachingBehaviorTypeConverter()

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