Click or drag to resize
SPViewExtensionGetAbsoluteUrl Method
Returns the absolute URL of the view including the protocol and server name.

Namespace: Colygon.MatchPoint.Core
Assembly: Colygon.MatchPoint (in Colygon.MatchPoint.dll) Version: 2013.11.0.0
Syntax
C#
public static string GetAbsoluteUrl(
	this SPView view
)

Parameters

view
Type: SPView

Return Value

Type: String

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type SPView. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also