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
- 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