Gets the version string for the local jQuery script

Namespace: DotNetNuke.Framework
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static string Version { get; }
Visual Basic
Public Shared ReadOnly Property Version As String
	Get

Field Value

Return Value

Remarks

This only evaluates the version in the full jQuery file and assumes that the minified script is the same version as the full script.

See Also