Click or drag to resize
FileUrlBaseQueryStringParameters Property
Collection of query string parameters that are appended to the RelativePath.

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
public NameValueCollection QueryStringParameters { get; }

Property Value

Type: NameValueCollection

Implements

IFileUrlQueryStringParameters
See Also