ImageUltimateWebConfigurationRewritePathEnabled Property

Gets or sets a value that specifies whether RewritePath should be enabled. The default is true. When you use a cache path within the current application's root directory (e.g. "~/SomeFolder", "/SomeFolder" or "C:\inetpub\wwwroot\MySite\SomeFolder"), the request will be handled directly via IIS (using RewritePath) for better download performance. If you set this property to false, then the internal download handler will be forced so that byte-range requests are supported.

Definition

Namespace: GleamTech.ImageUltimate.AspNet
Assembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 5.8.7
C#
public bool RewritePathEnabled { get; set; }

Property Value

Boolean

See Also