MvcHandler.AddVersionHeader Method

Adds the version header by using the specified HTTP context.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Protected Friend Overridable Sub AddVersionHeader ( _
	httpContext As HttpContextBase _
)
'Usage
Dim httpContext As HttpContextBase 

Me.AddVersionHeader(httpContext)

Parameters

httpContext
Type: System.Web.HttpContextBase

The HTTP context.

Show: