Click or drag to resize
FileUrlBaseBuildUrl Method
Builds the path based on given path and current query string.

Namespace: Kentico.Content.Web.Mvc
Assembly: Kentico.Content.Web.Mvc (in Kentico.Content.Web.Mvc.dll) Version: 13.0.131
Syntax
C#
protected string BuildUrl(
	string path
)

Parameters

path
Type: SystemString
Path.

Return Value

Type: String
See Also