IViewBufferScope.ReturnSegment(ViewBufferValue[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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[].