FileDownloadHandler VersionSegmentPrefix Property NFX Class Library

[This is preliminary documentation and is subject to change.]

When set indicates the case-insensitive prefix of a path segment that should be ignored by the file system. Version prefixes are used for attaching a surrogate path "folder" that makes resource differ based on their content. For example when prefix is "@", path '/static/img/@767868768768/picture.png' resolves to actual '/static/img/picture.png'

Namespace: NFX.Wave.Handlers
Assembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public string VersionSegmentPrefix { get; set; }

Property Value

Type: OnlineString
See Also