WebPagesDeployment.GetExplicitWebPagesVersion(String) Method

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the Web Pages version from the given binary path.

public static Version GetExplicitWebPagesVersion (string path);
static member GetExplicitWebPagesVersion : string -> Version
Public Shared Function GetExplicitWebPagesVersion (path As String) As Version

Parameters

path
String

The binary path for the Web Pages.

Returns

The Web Pages version.

Applies to