EditItem Method (Nullable(Int32))

TriCodeTest

CustomerMenuController..::..EditItem Method (Nullable<(Of <(<'Int32>)>)>)

Returns view containing item passed in to be able to edit it

Namespace:  TriCodeTest.Controllers
Assembly:  TriCodeTest (in TriCodeTest.dll)

Syntax


public Task<IActionResult> EditItem(
	Nullable<int> id
)

Parameters

id
Type: Nullable<(Of <(<'Int32>)>)>
Id of item to edit

Return Value

View to edit single item