WebPagesDeployment.GetAssemblyPath(Version) Method

Definition

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

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

Parameters

version
Version

The Web Pages version.

Returns

The assembly path for the Web Pages deployment.

Applies to