Share via


IViewBufferScope.ReturnSegment(ViewBufferValue[]) Method

Definition

Returns a ViewBufferValue[] that can be reused.

public:
 void ReturnSegment(cli::array <Microsoft::AspNetCore::Mvc::ViewFeatures::Buffers::ViewBufferValue> ^ segment);
public void ReturnSegment (Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.ViewBufferValue[] segment);
abstract member ReturnSegment : Microsoft.AspNetCore.Mvc.ViewFeatures.Buffers.ViewBufferValue[] -> unit
Public Sub ReturnSegment (segment As ViewBufferValue())

Parameters

segment
ViewBufferValue[]

The ViewBufferValue[].

Applies to