







Hiddens the specified property name.
Namespace:
HttpServer.Helpers
Assembly:
HttpServer (in HttpServer.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# |
|---|
public string Hidden( string propertyName, params Object[] options ) |
| Visual Basic (Declaration) |
|---|
Public Function Hidden ( _ propertyName As String, _ ParamArray options As Object() _ ) As String |
| Visual C++ |
|---|
public: String^ Hidden( String^ propertyName, ... array<Object^>^ options ) |
Parameters
- propertyName
- Type: System..::.String
Name of the property.
- options
- Type: array<
System..::.Object
>[]()[]
The options.
