UNPKG

@tsonic/dotnet

Version:

TypeScript type definitions for .NET 10 BCL (Base Class Library)

17 lines (13 loc) 801 B
// Generated by tsbindgen - Architecture // Namespace: System.Web // Facade - Public API Surface // Import internal declarations import * as Internal from './System.Web/internal/index.js'; // Cross-namespace type imports for constraints import type { NameValueCollection } from './System.Collections.Specialized/internal/index.js'; import type { TextWriter } from './System.IO/internal/index.js'; import type { Encoding } from './System.Text/internal/index.js'; import type { Boolean as ClrBoolean, Byte, Int32, Object as ClrObject, String as ClrString, Type, Void } from './System/internal/index.js'; // Public API exports (curated - no internal $instance/$views leakage) export type IHtmlString = Internal.IHtmlString; export { HttpUtility as HttpUtility } from './System.Web/internal/index.js';