Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the current HTML metatag for the specified page object.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Shared Function GetCurrent ( _
page As Page _
) As IEVersionMetaTag
'Usage
Dim page As Page
Dim returnValue As IEVersionMetaTag
returnValue = IEVersionMetaTag.GetCurrent(page)
public static IEVersionMetaTag GetCurrent(
Page page
)
Parameters
page
Type: System.Web.UI.PageThe specified page object.
Return Value
Type: Microsoft.SharePoint.WebControls.IEVersionMetaTag
The HTML metatag for the page.
Remarks
The method returns null if page is null .