SWSResponsePlacement Enumeration
This enumeration specifies the placement of new items in Response.WriteXXX.
Syntax
|
Constants
|
Enum SWSResponsePlacement
swscResponseTop = 0
swscResponseBottom = 1
End Enum
|
- swscResponseTop: Items are inserted at the top of the output collection.
- swscResponseBottom: Items are appends at the bottom of the output collection.
|
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.