Initializes a new instance of the SelfEnclosingCustomTag class
Namespace: Cartella.ModelsAssembly: CartellaDomainModels (in CartellaDomainModels.dll) Version: 4.1.0.171 (4.1.0.171)
Syntax
C# |
---|
public SelfEnclosingCustomTag( HttpResponseBase httpResponse, string[] closingTags ) |
Visual Basic |
---|
Public Sub New ( _ httpResponse As HttpResponseBase, _ closingTags As String() _ ) |
Visual C++ |
---|
public: SelfEnclosingCustomTag( HttpResponseBase^ httpResponse, array<String^>^ closingTags ) |
Parameters
- httpResponse
- Type: System.Web..::..HttpResponseBase
- closingTags
- Type: array<System..::..String>[]()[][]