HtmlControl.PreProcessUrl Method

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

Return Value

Type: System.Boolean
True if url is handled, false if unsupported

.NET Framework Security

See Also

Reference

HtmlControl Class

Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace