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.
Protected method to perform navigation on trusted links.
Implementations are responsible for validating the safety of any inputs they decide to handle.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.ControlsCore (in Microsoft.TeamFoundation.WorkItemTracking.ControlsCore.dll)
Syntax
'Declaration
Protected Overridable Function PreProcessUrl ( _
url As String _
) As Boolean
protected virtual bool PreProcessUrl(
string url
)
protected:
virtual bool PreProcessUrl(
String^ url
)
abstract PreProcessUrl :
url:string -> bool
override PreProcessUrl :
url:string -> bool
protected function PreProcessUrl(
url : String
) : boolean
Parameters
- url
Type: System.String
Return Value
Type: System.Boolean
True if url is handled, false if unsupported
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace